updated banlist resolves #3232

This commit is contained in:
drmDev 2017-04-24 23:42:31 -04:00
parent 11af70f714
commit f794b54dda
3 changed files with 5 additions and 3 deletions

View file

@ -27,6 +27,7 @@
*/ */
package mage.deck; package mage.deck;
import java.util.*;
import mage.ObjectColor; import mage.ObjectColor;
import mage.abilities.Ability; import mage.abilities.Ability;
import mage.abilities.common.CanBeYourCommanderAbility; import mage.abilities.common.CanBeYourCommanderAbility;
@ -41,8 +42,6 @@ import mage.constants.SetType;
import mage.filter.FilterMana; import mage.filter.FilterMana;
import mage.util.CardUtil; import mage.util.CardUtil;
import java.util.*;
/** /**
* *
* @author Plopman * @author Plopman
@ -71,6 +70,7 @@ public class Commander extends Constructed {
banned.add("Gifts Ungiven"); banned.add("Gifts Ungiven");
banned.add("Griselbrand"); banned.add("Griselbrand");
banned.add("Karakas"); banned.add("Karakas");
banned.add("Leovold, Emissary of Trest");
banned.add("Library of Alexandria"); banned.add("Library of Alexandria");
banned.add("Limited Resources"); banned.add("Limited Resources");
banned.add("Mox Emerald"); banned.add("Mox Emerald");
@ -82,7 +82,6 @@ public class Commander extends Constructed {
banned.add("Panoptic Mirror"); banned.add("Panoptic Mirror");
banned.add("Primeval Titan"); banned.add("Primeval Titan");
banned.add("Prophet of Kruphix"); banned.add("Prophet of Kruphix");
banned.add("Protean Hulk");
banned.add("Recurring Nightmare"); banned.add("Recurring Nightmare");
banned.add("Rofellos, Llanowar Emissary"); banned.add("Rofellos, Llanowar Emissary");
banned.add("Sundering Titan"); banned.add("Sundering Titan");

View file

@ -97,6 +97,7 @@ public class Legacy extends Constructed {
banned.add("Rebirth"); banned.add("Rebirth");
banned.add("Secret Summoning"); banned.add("Secret Summoning");
banned.add("Secrets of Paradise"); banned.add("Secrets of Paradise");
banned.add("Sensei's Divining Top");
banned.add("Sentinel Dispatch"); banned.add("Sentinel Dispatch");
banned.add("Shahrazad"); banned.add("Shahrazad");
banned.add("Skullclamp"); banned.add("Skullclamp");

View file

@ -82,6 +82,8 @@ public class Vintage extends Constructed {
restricted.add("Dig Through Time"); restricted.add("Dig Through Time");
restricted.add("Fastbond"); restricted.add("Fastbond");
restricted.add("Flash"); restricted.add("Flash");
restricted.add("Gitaxian Probe");
restricted.add("Gush");
restricted.add("Imperial Seal"); restricted.add("Imperial Seal");
restricted.add("Library of Alexandria"); restricted.add("Library of Alexandria");
restricted.add("Lions Eye Diamond"); restricted.add("Lions Eye Diamond");