mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-08 09:22:17 +02:00
Cancel disable-interrupted moves instead of failing them
This commit is contained in:
parent
3fe58ac5db
commit
14de49e8be
@ -112,7 +112,7 @@ export abstract class DisablingBattlerTag extends BattlerTag {
|
||||
|
||||
if (this.moveIsDisabled(move.moveId)) {
|
||||
pokemon.scene.queueMessage(this.interruptedText(pokemon, move.moveId));
|
||||
phase.fail();
|
||||
phase.cancel();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user