mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Preact: Fix Ultra Burst bug in battle (#2534)
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
This commit is contained in:
parent
7477e4f347
commit
adb6b7fc9d
|
|
@ -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' : '');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user