mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Merge pull request #3233 from drmDev/master
updated banlist resolves #3232
This commit is contained in:
commit
9ff5426a34
3 changed files with 5 additions and 3 deletions
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
package mage.deck;
|
||||
|
||||
import java.util.*;
|
||||
import mage.ObjectColor;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.CanBeYourCommanderAbility;
|
||||
|
@ -41,8 +42,6 @@ import mage.constants.SetType;
|
|||
import mage.filter.FilterMana;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Plopman
|
||||
|
@ -71,6 +70,7 @@ public class Commander extends Constructed {
|
|||
banned.add("Gifts Ungiven");
|
||||
banned.add("Griselbrand");
|
||||
banned.add("Karakas");
|
||||
banned.add("Leovold, Emissary of Trest");
|
||||
banned.add("Library of Alexandria");
|
||||
banned.add("Limited Resources");
|
||||
banned.add("Mox Emerald");
|
||||
|
@ -82,7 +82,6 @@ public class Commander extends Constructed {
|
|||
banned.add("Panoptic Mirror");
|
||||
banned.add("Primeval Titan");
|
||||
banned.add("Prophet of Kruphix");
|
||||
banned.add("Protean Hulk");
|
||||
banned.add("Recurring Nightmare");
|
||||
banned.add("Rofellos, Llanowar Emissary");
|
||||
banned.add("Sundering Titan");
|
||||
|
|
|
@ -97,6 +97,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Rebirth");
|
||||
banned.add("Secret Summoning");
|
||||
banned.add("Secrets of Paradise");
|
||||
banned.add("Sensei's Divining Top");
|
||||
banned.add("Sentinel Dispatch");
|
||||
banned.add("Shahrazad");
|
||||
banned.add("Skullclamp");
|
||||
|
|
|
@ -82,6 +82,8 @@ public class Vintage extends Constructed {
|
|||
restricted.add("Dig Through Time");
|
||||
restricted.add("Fastbond");
|
||||
restricted.add("Flash");
|
||||
restricted.add("Gitaxian Probe");
|
||||
restricted.add("Gush");
|
||||
restricted.add("Imperial Seal");
|
||||
restricted.add("Library of Alexandria");
|
||||
restricted.add("Lion’s Eye Diamond");
|
||||
|
|
Loading…
Reference in a new issue