fix text Update command-phase.ts

This commit is contained in:
damocleas 2025-08-16 20:14:46 -04:00 committed by GitHub
parent 32891e3acf
commit b32bb090d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -461,7 +461,7 @@ export class CommandPhase extends FieldPhase {
!targetPokemon?.hasAbility(AbilityId.WONDER_GUARD, false, true) !targetPokemon?.hasAbility(AbilityId.WONDER_GUARD, false, true)
) { ) {
if (restrictMasterBall) { if (restrictMasterBall) {
this.queueShowText("battle:noPokeballStrongFinalBossCatchable"); this.queueShowText("battle:noPokeballForceFinalBossCatchable");
return false; return false;
} }
if (cursor < PokeballType.MASTER_BALL) { if (cursor < PokeballType.MASTER_BALL) {