mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
Fix softlock after gender selection
This commit is contained in:
parent
ee0ff881a9
commit
dd03be2646
@ -362,6 +362,11 @@ export class SelectGenderPhase extends Phase {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
end(): void {
|
||||
this.scene.ui.setMode(Mode.MESSAGE);
|
||||
super.end();
|
||||
}
|
||||
}
|
||||
|
||||
export class SelectStarterPhase extends Phase {
|
||||
|
Loading…
Reference in New Issue
Block a user