mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
fix text Update command-phase.ts
This commit is contained in:
parent
32891e3acf
commit
b32bb090d4
@ -461,7 +461,7 @@ export class CommandPhase extends FieldPhase {
|
||||
!targetPokemon?.hasAbility(AbilityId.WONDER_GUARD, false, true)
|
||||
) {
|
||||
if (restrictMasterBall) {
|
||||
this.queueShowText("battle:noPokeballStrongFinalBossCatchable");
|
||||
this.queueShowText("battle:noPokeballForceFinalBossCatchable");
|
||||
return false;
|
||||
}
|
||||
if (cursor < PokeballType.MASTER_BALL) {
|
||||
|
Loading…
Reference in New Issue
Block a user