- Removed "CARD ZONE" from tooltip when it is not necessary

This commit is contained in:
fwannmacher 2016-08-08 18:30:42 -03:00 committed by fwann
parent 00b6327859
commit a052830628
4 changed files with 14 additions and 9 deletions

View file

@ -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) {