diff --git a/src/phases.ts b/src/phases.ts index 8f642048c80..257be4ea4df 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2256,8 +2256,8 @@ export class MovePhase extends BattlePhase { moveQueue.shift(); if (this.move.moveId === 153 || this.move.moveId === 120 || this.move.moveId === 802){ //Currently all explosions, AKA, kamikaze-attacks. There might be a better way to do it except to hardcode it, but i haven't found how yet. } else { - this.cancel(); - } + this.cancel(); + } } if (this.cancelled) {