diff --git a/src/phases/move-phase.ts b/src/phases/move-phase.ts index de0affe6b92..e704b040d20 100644 --- a/src/phases/move-phase.ts +++ b/src/phases/move-phase.ts @@ -186,7 +186,7 @@ export class MovePhase extends BattlePhase { this.lapsePreMoveAndMoveTags(); - if (!this.failed && !this.cancelled) { + if (!(this.failed || this.cancelled)) { this.resolveFinalPreMoveCancellationChecks(); }