mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Updated DuelCommander ban list
This commit is contained in:
parent
f6590e6178
commit
7f3dea8fe4
1 changed files with 11 additions and 2 deletions
|
@ -13,24 +13,31 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Ancient Tomb");
|
||||
banned.add("Back to Basics");
|
||||
banned.add("Black Lotus");
|
||||
banned.add("Capture of Jingzhou");
|
||||
banned.add("Cavern of Souls");
|
||||
banned.add("Channel");
|
||||
banned.add("Chrome Mox");
|
||||
banned.add("Deflecting Swat");
|
||||
banned.add("Dig Through Time");
|
||||
banned.add("Eidolon of the Great Revel");
|
||||
banned.add("Emrakul, the Aeons Torn");
|
||||
banned.add("Entomb");
|
||||
banned.add("Fastbond");
|
||||
banned.add("Field of the Dead");
|
||||
banned.add("Fierce Guardianship");
|
||||
banned.add("Fireblast");
|
||||
banned.add("Food Chain");
|
||||
banned.add("Gaea's Cradle");
|
||||
banned.add("Gifts Ungiven");
|
||||
banned.add("Grim Monolith");
|
||||
banned.add("Hermit Druid");
|
||||
banned.add("High Tide");
|
||||
banned.add("Humility");
|
||||
banned.add("Imperial Seal");
|
||||
banned.add("Karakas");
|
||||
banned.add("Library of Alexandria");
|
||||
banned.add("Lion's Eye Diamond");
|
||||
banned.add("Loyal Retainers");
|
||||
banned.add("Lutri, the Spellchaser");
|
||||
banned.add("Mana Crypt");
|
||||
banned.add("Mana Drain");
|
||||
banned.add("Mana Vault");
|
||||
|
@ -53,15 +60,18 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Sensei's Divining Top");
|
||||
banned.add("Sol Ring");
|
||||
banned.add("Strip Mine");
|
||||
banned.add("Temporal Manipulation");
|
||||
banned.add("Thassa's Oracle");
|
||||
banned.add("The Tabernacle at Pendrell Vale");
|
||||
banned.add("Time Vault");
|
||||
banned.add("Time Walk");
|
||||
banned.add("Timetwister");
|
||||
banned.add("Time Warp");
|
||||
banned.add("Tinker");
|
||||
banned.add("Tolarian Academy");
|
||||
banned.add("Treasure Cruise");
|
||||
banned.add("Vampiric Tutor");
|
||||
banned.add("Wasteland");
|
||||
|
||||
bannedCommander.add("Arahbo, Roar of the World");
|
||||
bannedCommander.add("Baral, Chief of Compliance");
|
||||
|
@ -72,7 +82,6 @@ public class DuelCommander extends Commander {
|
|||
bannedCommander.add("Edric, Spymaster of Trest");
|
||||
bannedCommander.add("Emry, Lurker of the Loch");
|
||||
bannedCommander.add("Geist of Saint Traft");
|
||||
bannedCommander.add("Jace, Vryn's Prodigy");
|
||||
bannedCommander.add("Marath, Will of the Wild");
|
||||
bannedCommander.add("Najeela, the Blade-Blossom");
|
||||
bannedCommander.add("Oloro, Ageless Ascetic");
|
||||
|
|
Loading…
Reference in a new issue