Update RavnicaAllegiance.java

This commit is contained in:
jmharmon 2018-12-18 21:57:54 -08:00 committed by GitHub
parent 785a1cbdf3
commit 7c5cbe44d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ public final class RavnicaAllegiance extends ExpansionSet {
cards.add(new SetCardInfo("Growth Spiral", 178, Rarity.COMMON, mage.cards.g.GrowthSpiral.class));
cards.add(new SetCardInfo("Mortify", 192, Rarity.UNCOMMON, mage.cards.m.Mortify.class));
cards.add(new SetCardInfo("Rakdos Firewheeler", Rarity.UNCOMMON, mage.cards.r.RakdosFirewheeler.class));
cards.add(new SetCardInfo("The Haunt of Hightower", 273, Rarity.MYTHIC, mage.cards.t.TheHauntOfHightower.class));
}
@ -70,4 +71,4 @@ public final class RavnicaAllegiance extends ExpansionSet {
}
return specialCards;
}
}
}