From 7887788e3645bb8e00010efa64820f00e5a518d0 Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Fri, 5 Apr 2024 14:11:21 -0400 Subject: [PATCH] Minor adjustment for final boss --- src/form-change-phase.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/form-change-phase.ts b/src/form-change-phase.ts index 92b405c8a..28ef39d4c 100644 --- a/src/form-change-phase.ts +++ b/src/form-change-phase.ts @@ -272,6 +272,7 @@ export class QuietFormChangePhase extends BattlePhase { this.scene.playBgm(); this.pokemon.summonData.battleStats = [ 0, 0, 0, 0, 0, 0, 0 ]; this.scene.unshiftPhase(new PokemonHealPhase(this.scene, this.pokemon.getBattlerIndex(), this.pokemon.getMaxHp(), null, false, false, false, true)); + this.pokemon.findAndRemoveTags(() => true); this.pokemon.bossSegments = 5; this.pokemon.bossSegmentIndex = 4; this.pokemon.initBattleInfo();