mirror of
https://github.com/correl/mage.git
synced 2025-01-11 11:05:23 +00:00
Updated Legacy, Vintage, and Duel Commander banlists
This commit is contained in:
parent
2106b04017
commit
8108894da1
3 changed files with 7 additions and 5 deletions
|
@ -64,11 +64,12 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Mox Pearl");
|
||||
banned.add("Mox Ruby");
|
||||
banned.add("Mox Sapphire");
|
||||
banned.add("Mystical Tutor"); // banned effective July 17, 2015
|
||||
banned.add("Mystical Tutor");
|
||||
banned.add("Natural Order");
|
||||
banned.add("Necropotence");
|
||||
banned.add("Oath of Druids");
|
||||
banned.add("Protean Hulk");
|
||||
banned.add("Sensei's Divining Top");
|
||||
banned.add("Serra Ascendant");
|
||||
banned.add("Shahrazad");
|
||||
banned.add("Sol Ring");
|
||||
|
|
|
@ -46,7 +46,6 @@ public class Legacy extends Constructed {
|
|||
banned.add("Balance");
|
||||
banned.add("Bazaar of Baghdad");
|
||||
banned.add("Black Lotus");
|
||||
banned.add("Black Vise");
|
||||
banned.add("Brago's Favor");
|
||||
banned.add("Bronze Tablet");
|
||||
banned.add("Channel");
|
||||
|
@ -56,6 +55,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Demonic Attorney");
|
||||
banned.add("Demonic Consultation");
|
||||
banned.add("Demonic Tutor");
|
||||
banned.add("Dig Through Time");
|
||||
banned.add("Double Stroke");
|
||||
banned.add("Earthcraft");
|
||||
banned.add("Falling Star");
|
||||
|
@ -104,7 +104,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Timmerian Fiends");
|
||||
banned.add("Tinker");
|
||||
banned.add("Tolarian Academy");
|
||||
banned.add("Treasure Cruise"); // banned effective January 23, 2015
|
||||
banned.add("Treasure Cruise");
|
||||
banned.add("Unexpected Potential");
|
||||
banned.add("Vampiric Tutor");
|
||||
banned.add("Wheel of Fortune");
|
||||
|
|
|
@ -70,8 +70,10 @@ public class Vintage extends Constructed {
|
|||
restricted.add("Black Lotus");
|
||||
restricted.add("Brainstorm");
|
||||
restricted.add("Channel");
|
||||
restricted.add("Chalice of the Void");
|
||||
restricted.add("Demonic Consultation");
|
||||
restricted.add("Demonic Tutor");
|
||||
restricted.add("Dig Through Time");
|
||||
restricted.add("Fastbond");
|
||||
restricted.add("Flash");
|
||||
restricted.add("Imperial Seal");
|
||||
|
@ -93,13 +95,12 @@ public class Vintage extends Constructed {
|
|||
restricted.add("Ponder");
|
||||
restricted.add("Sol Ring");
|
||||
restricted.add("Strip Mine");
|
||||
restricted.add("Thirst for Knowledge");
|
||||
restricted.add("Time Vault");
|
||||
restricted.add("Time Walk");
|
||||
restricted.add("Timetwister");
|
||||
restricted.add("Tinker");
|
||||
restricted.add("Tolarian Academy");
|
||||
restricted.add("Treasure Cruise"); // banned effective January 23, 2015
|
||||
restricted.add("Treasure Cruise");
|
||||
restricted.add("Trinisphere");
|
||||
restricted.add("Vampiric Tutor");
|
||||
restricted.add("Wheel of Fortune");
|
||||
|
|
Loading…
Reference in a new issue