diff --git a/play.pokemonshowdown.com/src/battle-choices.ts b/play.pokemonshowdown.com/src/battle-choices.ts index e32155648..65f6ce4f2 100644 --- a/play.pokemonshowdown.com/src/battle-choices.ts +++ b/play.pokemonshowdown.com/src/battle-choices.ts @@ -527,6 +527,7 @@ export class BattleChoiceBuilder { (choice.mega ? ' mega' : '') + (choice.megax ? ' megax' : '') + (choice.megay ? ' megay' : '') + + (choice.ultra ? ' ultra' : '') + (choice.z ? ' zmove' : '') + (choice.tera ? ' terastallize' : ''); }