mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Fix color for Archdemon of Greed
This commit is contained in:
parent
7e9205e909
commit
8d71ddc938
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue