mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
Fix gen-existing-cards-by-set.pl
This commit is contained in:
parent
b6212a943a
commit
a99cce3ef1
2 changed files with 3 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ public class Ixalan extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Skymarch Bloodletter", 124, Rarity.COMMON, mage.cards.s.SkymarchBloodletter.class));
|
||||
cards.add(new SetCardInfo("Slash of Talons", 38, Rarity.COMMON, mage.cards.s.SlashOfTalons.class));
|
||||
cards.add(new SetCardInfo("Sleek Schooner", 247, Rarity.UNCOMMON, mage.cards.s.SleekSchooner.class));
|
||||
cards.add(new SetCardInfo("Slice in Twain", 207, Rarity.UNCOMMON, mage.cards.s.SliceInTwain.class));
|
||||
cards.add(new SetCardInfo("Snapping Sailback", 208, Rarity.UNCOMMON, mage.cards.s.SnappingSailback.class));
|
||||
cards.add(new SetCardInfo("Sorcerous Spyglass", 248, Rarity.RARE, mage.cards.s.SorcerousSpyglass.class));
|
||||
cards.add(new SetCardInfo("Spell Pierce", 81, Rarity.COMMON, mage.cards.s.SpellPierce.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue