mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 01:19:29 +02:00
Fixed missing shift phase call
GHAG
This commit is contained in:
parent
607e222442
commit
6bc5d15f62
@ -670,6 +670,7 @@ export class BattleScene extends SceneBase {
|
||||
this.initStarterColors(),
|
||||
]).then(() => {
|
||||
this.phaseManager.toTitleScreen(true);
|
||||
this.phaseManager.shiftPhase();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user