[MIC] Implemented Wilhelt, the Rotcleaver

This commit is contained in:
Evan Kranzler 2021-09-14 09:02:17 -04:00
parent dcfdea0a38
commit 2ab6ec8a18
2 changed files with 72 additions and 0 deletions

View file

@ -20,6 +20,7 @@ public final class MidnightHuntCommander extends ExpansionSet {
this.hasBasicLands = false;
cards.add(new SetCardInfo("Avacyn's Memorial", 31, Rarity.MYTHIC, mage.cards.a.AvacynsMemorial.class));
cards.add(new SetCardInfo("Wilhelt, the Rotcleaver", 2, Rarity.MYTHIC, mage.cards.w.WilheltTheRotcleaver.class));
cards.add(new SetCardInfo("Zombie Apocalypse", 131, Rarity.RARE, mage.cards.z.ZombieApocalypse.class));
}
}