order of operations in creating bosses battleInfo levelContainer

fixing indentation
This commit is contained in:
zaccie 2025-04-21 01:02:03 +12:00
parent d0d85a0b0c
commit 83b28e9ed4

View File

@ -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);