Minor adjustment for final boss

pull/41/head
Flashfyre 2024-04-05 14:11:21 -04:00
parent d88871a86b
commit 7887788e36
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ export class QuietFormChangePhase extends BattlePhase {
this.scene.playBgm(); this.scene.playBgm();
this.pokemon.summonData.battleStats = [ 0, 0, 0, 0, 0, 0, 0 ]; 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.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.bossSegments = 5;
this.pokemon.bossSegmentIndex = 4; this.pokemon.bossSegmentIndex = 4;
this.pokemon.initBattleInfo(); this.pokemon.initBattleInfo();