[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 {
|
show(args: any[]): boolean {
|
||||||
|
|
||||||
|
this.scene.disableMenu = false;
|
||||||
|
|
||||||
if (this.active) {
|
if (this.active) {
|
||||||
if (args.length >= 3) {
|
if (args.length >= 3) {
|
||||||
this.awaitingActionInput = true;
|
this.awaitingActionInput = true;
|
||||||
|
|
Loading…
Reference in New Issue