From ab66d9f08e11e582b02862dfc03c7972f701ad80 Mon Sep 17 00:00:00 2001 From: Xavion3 Date: Sat, 6 Sep 2025 11:19:12 +1000 Subject: [PATCH] Add exploding moves to blacklist. --- src/field/pokemon.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index c033e6061d2..d9db30db563 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -3246,6 +3246,9 @@ export abstract class Pokemon extends Phaser.GameObjects.Container { MoveId.BEAT_UP, MoveId.PSYWAVE, MoveId.FIRST_IMPRESSION, + MoveId.EXPLOSION, + MoveId.MISTY_EXPLOSION, + MoveId.SELF_DESTRUCT, ]; // All Pokemon force a STAB move first