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:
Thomas Hess 2020-01-15 23:03:13 +01:00
parent 736f207801
commit 07cef62dfb
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
3 changed files with 0 additions and 3 deletions

View file

@ -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");

View file

@ -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");

View file

@ -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));