Merge origin/master

This commit is contained in:
LevelX2 2020-05-27 18:06:49 +02:00
commit 35e7846319

View file

@ -13,24 +13,31 @@ public class DuelCommander extends Commander {
banned.add("Ancient Tomb"); banned.add("Ancient Tomb");
banned.add("Back to Basics"); banned.add("Back to Basics");
banned.add("Black Lotus"); banned.add("Black Lotus");
banned.add("Capture of Jingzhou");
banned.add("Cavern of Souls");
banned.add("Channel"); banned.add("Channel");
banned.add("Chrome Mox"); banned.add("Chrome Mox");
banned.add("Deflecting Swat");
banned.add("Dig Through Time"); banned.add("Dig Through Time");
banned.add("Eidolon of the Great Revel"); banned.add("Eidolon of the Great Revel");
banned.add("Emrakul, the Aeons Torn"); banned.add("Emrakul, the Aeons Torn");
banned.add("Entomb"); banned.add("Entomb");
banned.add("Fastbond"); banned.add("Fastbond");
banned.add("Field of the Dead");
banned.add("Fierce Guardianship");
banned.add("Fireblast"); banned.add("Fireblast");
banned.add("Food Chain"); banned.add("Food Chain");
banned.add("Gaea's Cradle"); banned.add("Gaea's Cradle");
banned.add("Gifts Ungiven");
banned.add("Grim Monolith"); banned.add("Grim Monolith");
banned.add("Hermit Druid"); banned.add("Hermit Druid");
banned.add("High Tide");
banned.add("Humility"); banned.add("Humility");
banned.add("Imperial Seal"); banned.add("Imperial Seal");
banned.add("Karakas"); banned.add("Karakas");
banned.add("Library of Alexandria"); banned.add("Library of Alexandria");
banned.add("Lion's Eye Diamond");
banned.add("Loyal Retainers"); banned.add("Loyal Retainers");
banned.add("Lutri, the Spellchaser");
banned.add("Mana Crypt"); banned.add("Mana Crypt");
banned.add("Mana Drain"); banned.add("Mana Drain");
banned.add("Mana Vault"); banned.add("Mana Vault");
@ -53,15 +60,18 @@ public class DuelCommander extends Commander {
banned.add("Sensei's Divining Top"); banned.add("Sensei's Divining Top");
banned.add("Sol Ring"); banned.add("Sol Ring");
banned.add("Strip Mine"); banned.add("Strip Mine");
banned.add("Temporal Manipulation");
banned.add("Thassa's Oracle"); banned.add("Thassa's Oracle");
banned.add("The Tabernacle at Pendrell Vale"); banned.add("The Tabernacle at Pendrell Vale");
banned.add("Time Vault"); banned.add("Time Vault");
banned.add("Time Walk"); banned.add("Time Walk");
banned.add("Timetwister"); banned.add("Timetwister");
banned.add("Time Warp");
banned.add("Tinker"); banned.add("Tinker");
banned.add("Tolarian Academy"); banned.add("Tolarian Academy");
banned.add("Treasure Cruise"); banned.add("Treasure Cruise");
banned.add("Vampiric Tutor"); banned.add("Vampiric Tutor");
banned.add("Wasteland");
bannedCommander.add("Arahbo, Roar of the World"); bannedCommander.add("Arahbo, Roar of the World");
bannedCommander.add("Baral, Chief of Compliance"); bannedCommander.add("Baral, Chief of Compliance");
@ -72,7 +82,6 @@ public class DuelCommander extends Commander {
bannedCommander.add("Edric, Spymaster of Trest"); bannedCommander.add("Edric, Spymaster of Trest");
bannedCommander.add("Emry, Lurker of the Loch"); bannedCommander.add("Emry, Lurker of the Loch");
bannedCommander.add("Geist of Saint Traft"); bannedCommander.add("Geist of Saint Traft");
bannedCommander.add("Jace, Vryn's Prodigy");
bannedCommander.add("Marath, Will of the Wild"); bannedCommander.add("Marath, Will of the Wild");
bannedCommander.add("Najeela, the Blade-Blossom"); bannedCommander.add("Najeela, the Blade-Blossom");
bannedCommander.add("Oloro, Ageless Ascetic"); bannedCommander.add("Oloro, Ageless Ascetic");