From 8d71ddc938ac51edf3bdf60a6af88b25dafc5c32 Mon Sep 17 00:00:00 2001 From: Neil Gentleman Date: Mon, 19 Oct 2015 03:29:44 -0700 Subject: [PATCH] Fix color for Archdemon of Greed --- Mage.Sets/src/mage/sets/darkascension/ArchdemonOfGreed.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/sets/darkascension/ArchdemonOfGreed.java b/Mage.Sets/src/mage/sets/darkascension/ArchdemonOfGreed.java index 42fc893a11..3fc7222bea 100644 --- a/Mage.Sets/src/mage/sets/darkascension/ArchdemonOfGreed.java +++ b/Mage.Sets/src/mage/sets/darkascension/ArchdemonOfGreed.java @@ -65,6 +65,7 @@ public class ArchdemonOfGreed extends CardImpl { super(ownerId, 71, "Archdemon of Greed", Rarity.RARE, new CardType[]{CardType.CREATURE}, ""); this.expansionSetCode = "DKA"; this.subtype.add("Demon"); + this.color.setBlack(true); this.nightCard = true; this.canTransform = true;