mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Show ??? as name for face-down cards
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user