mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Use reveal list dialog when revealing cards
This commit is contained in:
@@ -481,7 +481,7 @@ public class PlayerControllerHuman extends PlayerController {
|
|||||||
if (StringUtils.isBlank(message)) {
|
if (StringUtils.isBlank(message)) {
|
||||||
message = String.format("Looking at %s's %s", owner, zone);
|
message = String.format("Looking at %s's %s", owner, zone);
|
||||||
}
|
}
|
||||||
GuiChoose.oneOrNone(message, cards);
|
GuiChoose.reveal(message, cards);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user