forked from External/mage
some user dialog changes
This commit is contained in:
parent
d7960837a6
commit
a60aba3458
23 changed files with 47 additions and 125 deletions
|
|
@ -52,7 +52,7 @@ public class HideawayPlayEffect extends OneShotEffect {
|
|||
Card card = cards.iterator().next();
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
if (card != null && controller != null) {
|
||||
if (controller.chooseUse(Outcome.PlayForFree, "Do you want to play " + card.getIdName() + " for free now?", source, game)) {
|
||||
if (controller.chooseUse(Outcome.PlayForFree, "Play " + card.getIdName() + " for free?", source, game)) {
|
||||
card.setFaceDown(false, game);
|
||||
int zcc = card.getZoneChangeCounter(game);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue