mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 19:52:27 +02:00
Allow arena flyout during target selection
This commit is contained in:
parent
8d11313458
commit
ca84f6b1cc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user