mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Update RavnicaAllegiance.java
This commit is contained in:
parent
785a1cbdf3
commit
7c5cbe44d0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue