Update move-phase.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-28 22:05:00 -04:00 committed by GitHub
parent aa0adee90e
commit f33396a3a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,7 @@ export class MovePhase extends BattlePhase {
this.lapsePreMoveAndMoveTags();
if (!this.failed && !this.cancelled) {
if (!(this.failed || this.cancelled)) {
this.resolveFinalPreMoveCancellationChecks();
}