Implemented Wrenn and Six

This commit is contained in:
Evan Kranzler 2019-05-25 10:23:31 -04:00
parent 758453b617
commit ca9197b783
4 changed files with 125 additions and 0 deletions

View file

@ -125,5 +125,6 @@ public final class ModernHorizons extends ExpansionSet {
cards.add(new SetCardInfo("Wall of One Thousand Cuts", 36, Rarity.COMMON, mage.cards.w.WallOfOneThousandCuts.class));
cards.add(new SetCardInfo("Waterlogged Grove", 249, Rarity.RARE, mage.cards.w.WaterloggedGrove.class));
cards.add(new SetCardInfo("Wing Shards", 38, Rarity.UNCOMMON, mage.cards.w.WingShards.class));
cards.add(new SetCardInfo("Wrenn and Six", 217, Rarity.MYTHIC, mage.cards.w.WrennAndSix.class));
}
}