mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 02:42:19 +02:00
order of operations in creating bosses battleInfo levelContainer
fixing indentation
This commit is contained in:
parent
d0d85a0b0c
commit
83b28e9ed4
@ -7157,7 +7157,7 @@ export class EnemyPokemon extends Pokemon {
|
||||
initBattleInfo(): void {
|
||||
if (!this.battleInfo) {
|
||||
this.battleInfo = new EnemyBattleInfo();
|
||||
this.battleInfo.initInfo(this);
|
||||
this.battleInfo.initInfo(this);
|
||||
this.battleInfo.updateBossSegments(this);
|
||||
} else {
|
||||
this.battleInfo.updateBossSegments(this);
|
||||
|
Loading…
Reference in New Issue
Block a user