mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 10:52:17 +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 {
|
initBattleInfo(): void {
|
||||||
if (!this.battleInfo) {
|
if (!this.battleInfo) {
|
||||||
this.battleInfo = new EnemyBattleInfo();
|
this.battleInfo = new EnemyBattleInfo();
|
||||||
this.battleInfo.initInfo(this);
|
this.battleInfo.initInfo(this);
|
||||||
this.battleInfo.updateBossSegments(this);
|
this.battleInfo.updateBossSegments(this);
|
||||||
} else {
|
} else {
|
||||||
this.battleInfo.updateBossSegments(this);
|
this.battleInfo.updateBossSegments(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user