Merge branch 'beta' into prabbydSemiInvulFix

This commit is contained in:
PrabbyDD 2024-10-14 15:06:28 -07:00 committed by GitHub
commit 7a1c0c1fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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