- 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:
Agetian
2017-01-24 14:01:17 +00:00
parent b62a99724a
commit a4a3ad99eb

View File

@@ -658,6 +658,7 @@ public class PlayerControllerHuman
final CardView view = CardView.get(c); final CardView view = CardView.get(c);
tempShowCard(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 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()); 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(); inp.showAndWait();