Forgot a part of the code

This commit is contained in:
Tiduzz 2024-05-06 00:28:00 -03:00
parent a95051cfe4
commit 7d30aab34b

View File

@ -2256,8 +2256,8 @@ export class MovePhase extends BattlePhase {
moveQueue.shift(); 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. 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 { } else {
this.cancel(); this.cancel();
} }
} }
if (this.cancelled) { if (this.cancelled) {