mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Removed the DragonCon cards from the MediaInserts set.
Removed the cards from the OldSchool* ban lists, because this change makes them unavailable to the format.
This commit is contained in:
parent
736f207801
commit
07cef62dfb
3 changed files with 0 additions and 3 deletions
|
@ -172,7 +172,6 @@ public class OldSchool9394CFB extends Constructed {
|
|||
banned.add("Merfolk Mesmerist");
|
||||
banned.add("Mirran Crusader");
|
||||
banned.add("Munda's Vanguard");
|
||||
banned.add("Nalathni Dragon");
|
||||
banned.add("Necromaster Dragon");
|
||||
banned.add("Nephalia Moondrakes");
|
||||
banned.add("Niblis of Frost");
|
||||
|
|
|
@ -173,7 +173,6 @@ public class OldSchool9394EC extends Constructed {
|
|||
banned.add("Merfolk Mesmerist");
|
||||
banned.add("Mirran Crusader");
|
||||
banned.add("Munda's Vanguard");
|
||||
banned.add("Nalathni Dragon");
|
||||
banned.add("Necromaster Dragon");
|
||||
banned.add("Nephalia Moondrakes");
|
||||
banned.add("Niblis of Frost");
|
||||
|
|
|
@ -136,7 +136,6 @@ public final class MediaInserts extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Merfolk Mesmerist", 45, Rarity.COMMON, mage.cards.m.MerfolkMesmerist.class));
|
||||
cards.add(new SetCardInfo("Mirran Crusader", 32, Rarity.RARE, mage.cards.m.MirranCrusader.class));
|
||||
cards.add(new SetCardInfo("Munda's Vanguard", 143, Rarity.RARE, mage.cards.m.MundasVanguard.class));
|
||||
cards.add(new SetCardInfo("Nalathni Dragon", 3, Rarity.SPECIAL, mage.cards.n.NalathniDragon.class));
|
||||
cards.add(new SetCardInfo("Necromaster Dragon", 114, Rarity.SPECIAL, mage.cards.n.NecromasterDragon.class));
|
||||
cards.add(new SetCardInfo("Nephalia Moondrakes", 150, Rarity.RARE, mage.cards.n.NephaliaMoondrakes.class));
|
||||
cards.add(new SetCardInfo("Niblis of Frost", 158, Rarity.RARE, mage.cards.n.NiblisOfFrost.class));
|
||||
|
|
Loading…
Reference in a new issue