mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
updated card numbering
This commit is contained in:
parent
2b2f3b6e01
commit
31bf3b67cf
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ public final class Mirage extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Lightning Reflexes", 186, Rarity.COMMON, mage.cards.l.LightningReflexes.class));
|
||||
cards.add(new SetCardInfo("Lion's Eye Diamond", 307, Rarity.RARE, mage.cards.l.LionsEyeDiamond.class));
|
||||
cards.add(new SetCardInfo("Locust Swarm", 226, Rarity.UNCOMMON, mage.cards.l.LocustSwarm.class));
|
||||
cards.add(new SetCardInfo("Lure of Prey", 125, Rarity.RARE, mage.cards.l.LureOfPrey.class));
|
||||
cards.add(new SetCardInfo("Lure of Prey", 227, Rarity.RARE, mage.cards.l.LureOfPrey.class));
|
||||
cards.add(new SetCardInfo("Mana Prism", 308, Rarity.UNCOMMON, mage.cards.m.ManaPrism.class));
|
||||
cards.add(new SetCardInfo("Mangara's Tome", 309, Rarity.RARE, mage.cards.m.MangarasTome.class));
|
||||
cards.add(new SetCardInfo("Marble Diamond", 310, Rarity.UNCOMMON, mage.cards.m.MarbleDiamond.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue