[Bug] [UI/UX] Allow arena flyout during target selection (#5208)

This commit is contained in:
AJ Fontaine 2025-01-29 21:25:58 -05:00 committed by GitHub
parent 4c17ebd400
commit 4e0b10769b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ export default class UI extends Phaser.GameObjects.Container {
return false; return false;
} }
if ([ Mode.CONFIRM, Mode.COMMAND, Mode.FIGHT, Mode.MESSAGE ].includes(this.mode)) { if ([ Mode.CONFIRM, Mode.COMMAND, Mode.FIGHT, Mode.MESSAGE, Mode.TARGET_SELECT ].includes(this.mode)) {
globalScene?.processInfoButton(pressed); globalScene?.processInfoButton(pressed);
return true; return true;
} }