mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Instantly show the card Scry is inquiring about to avoid specifically having to mouse over the prompt to take a look at it.
This commit is contained in:
@@ -658,6 +658,7 @@ public class PlayerControllerHuman
|
||||
final CardView view = CardView.get(c);
|
||||
|
||||
tempShowCard(c);
|
||||
getGui().setCard(c.getView());
|
||||
// final boolean result = getGui().confirm(view, String.format("Put %s on the top or bottom of your library?", view), ImmutableList.of("Top", "Bottom"));
|
||||
final InputConfirm inp = new InputConfirm(this, String.format("Put %s on the top or bottom of your library?", view), "Top", "Bottom", true, c.getView());
|
||||
inp.showAndWait();
|
||||
|
||||
Reference in New Issue
Block a user