Fix master balls not working

pull/16/head
Flashfyre 2024-02-29 09:58:07 -05:00
parent 0646f022eb
commit fd10cd8080
1 changed files with 1 additions and 1 deletions

View File

@ -1432,7 +1432,7 @@ export class CommandPhase extends FieldPhase {
this.scene.ui.showText(null, 0);
this.scene.ui.setMode(Mode.COMMAND, this.fieldIndex);
}, null, true);
} else if (cursor < 4) {
} else if (cursor < 5) {
const targetPokemon = this.scene.getEnemyField().find(p => p.isActive(true));
if (targetPokemon.isBoss() && targetPokemon.bossSegmentIndex) {
this.scene.ui.setMode(Mode.COMMAND, this.fieldIndex);