Fix color for Archdemon of Greed

This commit is contained in:
Neil Gentleman 2015-10-19 03:29:44 -07:00
parent 7e9205e909
commit 8d71ddc938

View file

@ -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;