mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Team export: 'Ability:' instead of 'Trait:'
PO will support this in their next release.
This commit is contained in:
parent
ab5e6f1220
commit
0b395ca236
|
|
@ -1869,7 +1869,7 @@
|
|||
}
|
||||
text += "\n";
|
||||
if (curSet.ability) {
|
||||
text += 'Trait: '+curSet.ability+"\n";
|
||||
text += 'Ability: '+curSet.ability+"\n";
|
||||
}
|
||||
if (curSet.level && curSet.level != 100) {
|
||||
text += 'Level: '+curSet.level+"\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user