Skip to content

Commit

Permalink
Merge branch 'beta' into prabbydSemiInvulFix
Browse files Browse the repository at this point in the history
  • Loading branch information
PrabbyDD authored Oct 14, 2024
2 parents 7911f0f + e962ac1 commit 7a1c0c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/phases/move-phase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ export class MovePhase extends BattlePhase {

this.lapsePreMoveAndMoveTags();

this.resolveFinalPreMoveCancellationChecks();
if (!(this.failed || this.cancelled)) {
this.resolveFinalPreMoveCancellationChecks();
}

if (this.cancelled || this.failed) {
this.handlePreMoveFailures();
Expand Down

0 comments on commit 7a1c0c1

Please sign in to comment.