Added Arvad the Cursed to Dominaria

https://scryfall.com/card/dom/191
This commit is contained in:
Michael Simons 2018-04-04 00:31:17 -04:00 committed by GitHub
parent 0bc0d54ec4
commit 8b1c17e56c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,5 +72,6 @@ public class Dominaria extends ExpansionSet {
cards.add(new SetCardInfo("Goblin Warchief", 130, Rarity.UNCOMMON, mage.cards.g.GoblinWarchief.class));
cards.add(new SetCardInfo("Cabal Evangel", 78, Rarity.COMMON, mage.cards.c.CabalEvangel.class));
cards.add(new SetCardInfo("Zhalfirin Void", 249, Rarity.UNCOMMON, mage.cards.z.ZhalfirinVoid.class));
cards.add(new SetCardInfo("Arvad the Cursed", 191, Rarity.UNCOMMON, mage.cards.a.ArvadTheCursed.class));
}
}