mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
comment-fix
This commit is contained in:
parent
23e75d7853
commit
ff64b95ad9
@ -1324,7 +1324,6 @@ export class BattleScene extends SceneBase {
|
|||||||
}
|
}
|
||||||
resolved.double = this.checkIsDouble(resolved as NewBattleConstructedProps);
|
resolved.double = this.checkIsDouble(resolved as NewBattleConstructedProps);
|
||||||
|
|
||||||
//
|
|
||||||
const lastBattle: Battle | undefined = this.currentBattle;
|
const lastBattle: Battle | undefined = this.currentBattle;
|
||||||
const maxExpLevel = this.getMaxExpLevel();
|
const maxExpLevel = this.getMaxExpLevel();
|
||||||
|
|
||||||
@ -1340,7 +1339,7 @@ export class BattleScene extends SceneBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// NB: Type assertion is fine as foo should always be defined
|
// NB: Type assertion is fine as resolved should always be populated at this point
|
||||||
this.executeWithSeedOffset(
|
this.executeWithSeedOffset(
|
||||||
() => {
|
() => {
|
||||||
this.currentBattle = new Battle(this.gameMode, resolved as NewBattleResolvedProps);
|
this.currentBattle = new Battle(this.gameMode, resolved as NewBattleResolvedProps);
|
||||||
|
Loading…
Reference in New Issue
Block a user