Preact: Fix Ultra Burst bug in battle (#2534)
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled

This commit is contained in:
Aurastic 2025-10-05 22:47:20 +05:30 committed by GitHub
parent 7477e4f347
commit adb6b7fc9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' : '');
}