mirror of
https://github.com/correl/mage.git
synced 2024-11-28 11:09:54 +00:00
Updated the Duel Commander banlist.
This commit is contained in:
parent
30c8a04f99
commit
ea6e2ecbe7
1 changed files with 4 additions and 1 deletions
|
@ -40,6 +40,7 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Back to Basics");
|
||||
banned.add("Black Lotus");
|
||||
banned.add("Channel");
|
||||
banned.add("Chrome Mox");
|
||||
banned.add("Dig Through Time");
|
||||
banned.add("Entomb");
|
||||
banned.add("Fastbond");
|
||||
|
@ -58,6 +59,7 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Mana Vault");
|
||||
banned.add("Mind Twist");
|
||||
banned.add("Mishra’s Workshop");
|
||||
banned.add("Mox Diamond");
|
||||
banned.add("Mox Emerald");
|
||||
banned.add("Mox Jet");
|
||||
banned.add("Mox Pearl");
|
||||
|
@ -80,6 +82,7 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Treasure Cruise");
|
||||
banned.add("Vampiric Tutor");
|
||||
|
||||
bannedCommander.add("Breya, Etherium Shaper");
|
||||
bannedCommander.add("Derevi, Empyrial Tactician");
|
||||
bannedCommander.add("Edric, Spymaster of Trest");
|
||||
bannedCommander.add("Erayo, Soratami Ascendant");
|
||||
|
@ -87,7 +90,7 @@ public class DuelCommander extends Commander {
|
|||
bannedCommander.add("Oloro, Ageless Ascetic");
|
||||
bannedCommander.add("Rofellos, Llanowar Emissary");
|
||||
bannedCommander.add("Tasigur, the Golden Fang");
|
||||
bannedCommander.add("Yisan, the Wanderer Bard");
|
||||
bannedCommander.add("Vial Smasher the Fierce");
|
||||
bannedCommander.add("Zur the Enchanter");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue