Show ??? as name for face-down cards

This commit is contained in:
drdev
2014-04-26 03:41:33 +00:00
parent 7ce2759742
commit 2f28001b9f
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ public class CardDetailPanel extends SkinnedPanel {
if (card.isFaceDown()) {
if (card.isInZone(ZoneType.Battlefield)) {
this.nameCostLabel.setText("Morph");
this.nameCostLabel.setText("???");
this.typeLabel.setText("Creature");
}
}