mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-11 09:59:28 +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(),
|
this.initStarterColors(),
|
||||||
]).then(() => {
|
]).then(() => {
|
||||||
this.phaseManager.toTitleScreen(true);
|
this.phaseManager.toTitleScreen(true);
|
||||||
|
this.phaseManager.shiftPhase();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user