mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 01:37:36 +00:00
Minor adjustment for final boss
This commit is contained in:
parent
d88871a86b
commit
7887788e36
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user