mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
updated banlist resolves #3232
This commit is contained in:
parent
11af70f714
commit
f794b54dda
3 changed files with 5 additions and 3 deletions
|
@ -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");
|
||||||
|
|
|
@ -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");
|
||||||
|
|
|
@ -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("Lion’s Eye Diamond");
|
restricted.add("Lion’s Eye Diamond");
|
||||||
|
|
Loading…
Reference in a new issue