diff --git a/src/phases.ts b/src/phases.ts index 2013de5f1..9ed1161f7 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2252,9 +2252,7 @@ export class MovePhase extends BattlePhase { if ((moveQueue.length && moveQueue[0].move === Moves.NONE) || !targets.length) { moveQueue.shift(); - if (!(this.move.moveId in [Moves.SELF_DESTRUCT,Moves.EXPLOSION,Moves.MISTY_EXPLOSION])){ - this.cancel(); - } + this.cancel(); } if (this.cancelled) {