mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
added missing Spectral Guardian entry
This commit is contained in:
parent
bd0417d917
commit
83508ddbfd
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ public class Mirage extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Sky Diamond", 284, Rarity.UNCOMMON, mage.cards.s.SkyDiamond.class));
|
||||
cards.add(new SetCardInfo("Soar", 93, Rarity.COMMON, mage.cards.s.Soar.class));
|
||||
cards.add(new SetCardInfo("Soul Rend", 42, Rarity.UNCOMMON, mage.cards.s.SoulRend.class));
|
||||
cards.add(new SetCardInfo("Spectral Guardian", 245, Rarity.RARE, mage.cards.s.SpectralGuardian.class));
|
||||
cards.add(new SetCardInfo("Spirit of the Night", 44, Rarity.RARE, mage.cards.s.SpiritOfTheNight.class));
|
||||
cards.add(new SetCardInfo("Spitting Earth", 193, Rarity.COMMON, mage.cards.s.SpittingEarth.class));
|
||||
cards.add(new SetCardInfo("Stalking Tiger", 141, Rarity.COMMON, mage.cards.s.StalkingTiger.class));
|
||||
|
|
Loading…
Reference in a new issue