mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
updated Duel Commander banlist
This commit is contained in:
parent
859fa03f6b
commit
c8457aec49
1 changed files with 5 additions and 0 deletions
|
@ -41,8 +41,10 @@ public class DuelCommander extends Commander {
|
||||||
banned.add("Channel");
|
banned.add("Channel");
|
||||||
banned.add("Chrome Mox");
|
banned.add("Chrome Mox");
|
||||||
banned.add("Dig Through Time");
|
banned.add("Dig Through Time");
|
||||||
|
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("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("Gifts Ungiven");
|
||||||
|
@ -68,11 +70,13 @@ public class DuelCommander extends Commander {
|
||||||
banned.add("Necrotic Ooze");
|
banned.add("Necrotic Ooze");
|
||||||
banned.add("Oath of Druids");
|
banned.add("Oath of Druids");
|
||||||
banned.add("Polymorph");
|
banned.add("Polymorph");
|
||||||
|
banned.add("Price of Progress");
|
||||||
banned.add("Protean Hulk");
|
banned.add("Protean Hulk");
|
||||||
banned.add("Sensei's Divining Top");
|
banned.add("Sensei's Divining Top");
|
||||||
banned.add("Shahrazad");
|
banned.add("Shahrazad");
|
||||||
banned.add("Sol Ring");
|
banned.add("Sol Ring");
|
||||||
banned.add("Strip Mine");
|
banned.add("Strip Mine");
|
||||||
|
banned.add("Sulfuric Vortex");
|
||||||
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");
|
||||||
|
@ -84,6 +88,7 @@ public class DuelCommander extends Commander {
|
||||||
bannedCommander.add("Breya, Etherium Shaper");
|
bannedCommander.add("Breya, Etherium Shaper");
|
||||||
bannedCommander.add("Bruse Tarl, Boorish Herder");
|
bannedCommander.add("Bruse Tarl, Boorish Herder");
|
||||||
bannedCommander.add("Derevi, Empyrial Tactician");
|
bannedCommander.add("Derevi, Empyrial Tactician");
|
||||||
|
bannedCommander.add("Edgar Markov");
|
||||||
bannedCommander.add("Edric, Spymaster of Trest");
|
bannedCommander.add("Edric, Spymaster of Trest");
|
||||||
bannedCommander.add("Erayo, Soratami Ascendant");
|
bannedCommander.add("Erayo, Soratami Ascendant");
|
||||||
bannedCommander.add("Geist of Saint Traft");
|
bannedCommander.add("Geist of Saint Traft");
|
||||||
|
|
Loading…
Reference in a new issue