mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 16:26:25 +00:00
[Bug] Fixed issue where menu can't be opened up after a trainer battle (#3932)
This commit is contained in:
parent
3a50925de0
commit
ce0ba3fbf9
@ -122,6 +122,9 @@ export default class ModifierSelectUiHandler extends AwaitableUiHandler {
|
||||
}
|
||||
|
||||
show(args: any[]): boolean {
|
||||
|
||||
this.scene.disableMenu = false;
|
||||
|
||||
if (this.active) {
|
||||
if (args.length >= 3) {
|
||||
this.awaitingActionInput = true;
|
||||
|
Loading…
Reference in New Issue
Block a user