Implemented Trustworthy Scout

This commit is contained in:
Evan Kranzler 2019-05-31 20:25:57 -04:00
parent 24eee115a2
commit 0de4cf28f5
2 changed files with 58 additions and 0 deletions

View file

@ -216,6 +216,7 @@ public final class ModernHorizons extends ExpansionSet {
cards.add(new SetCardInfo("Treetop Ambusher", 186, Rarity.COMMON, mage.cards.t.TreetopAmbusher.class));
cards.add(new SetCardInfo("Tribute Mage", 73, Rarity.UNCOMMON, mage.cards.t.TributeMage.class));
cards.add(new SetCardInfo("Trumpeting Herd", 187, Rarity.COMMON, mage.cards.t.TrumpetingHerd.class));
cards.add(new SetCardInfo("Trustworthy Scout", 33, Rarity.COMMON, mage.cards.t.TrustworthyScout.class));
cards.add(new SetCardInfo("Twin-Silk Spider", 188, Rarity.COMMON, mage.cards.t.TwinSilkSpider.class));
cards.add(new SetCardInfo("Twisted Reflection", 74, Rarity.UNCOMMON, mage.cards.t.TwistedReflection.class));
cards.add(new SetCardInfo("Umezawa's Charm", 111, Rarity.COMMON, mage.cards.u.UmezawasCharm.class));