Allow arena flyout during target selection

This commit is contained in:
AJ Fontaine 2025-01-29 14:41:43 -05:00 committed by GitHub
parent 8d11313458
commit ca84f6b1cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,7 +269,7 @@ export default class UI extends Phaser.GameObjects.Container {
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);
return true;
}