updated C18 spoiler

This commit is contained in:
Evan Kranzler 2018-07-25 16:53:42 -04:00
parent ea2842cd23
commit dc5b6f09f8
2 changed files with 7 additions and 4 deletions

View file

@ -62,5 +62,6 @@ public final class Commander2018 extends ExpansionSet {
cards.add(new SetCardInfo("Tuvasa the Sunlit", 47, Rarity.MYTHIC, mage.cards.t.TuvasaTheSunlit.class));
cards.add(new SetCardInfo("Varchild, Betrayer of Kjeldor", 28, Rarity.RARE, mage.cards.v.VarchildBetrayerOfKjeldor.class));
cards.add(new SetCardInfo("Whiptongue Hydra", 36, Rarity.RARE, mage.cards.w.WhiptongueHydra.class));
cards.add(new SetCardInfo("Winds of Rath", 79, Rarity.RARE, mage.cards.w.WindsOfRath.class));
}
}