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