mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-02 14:34:52 +01: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…
x
Reference in New Issue
Block a user