forked from External/mage
- Removed "CARD ZONE" from tooltip when it is not necessary
This commit is contained in:
parent
00b6327859
commit
a052830628
4 changed files with 14 additions and 9 deletions
|
|
@ -836,7 +836,7 @@ public class GameController implements GameCallback {
|
|||
// So always show face up for selection
|
||||
// boolean showFaceDown = targetZone != null && targetZone.equals(Zone.PICK);
|
||||
boolean showFaceDown = true;
|
||||
getGameSession(playerId).target(question, new CardsView(game, cards.getCards(game), showFaceDown), targets, required, options);
|
||||
getGameSession(playerId).target(question, new CardsView(game, cards.getCards(game), showFaceDown, true), targets, required, options);
|
||||
} else if (perms != null) {
|
||||
CardsView permsView = new CardsView();
|
||||
for (Permanent perm : perms) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue