From 7d30aab34bf231516ca65c6fc784a252bfaac05e Mon Sep 17 00:00:00 2001 From: Tiduzz Date: Mon, 6 May 2024 00:28:00 -0300 Subject: [PATCH] Forgot a part of the code --- src/phases.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {