1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-01 19:07:57 -09:00

* Centurion Commander - fixed missing banned cards Gaea, Mishra, Sensei and Yawgmoth;

This commit is contained in:
Oleg Agafonov 2020-01-01 14:23:15 +04:00
parent cbb0680cc8
commit fc8c7eb410

View file

@ -28,7 +28,7 @@ public class CenturionCommander extends Commander {
banned.add("Falling Star");
banned.add("Fastbond");
banned.add("Food Chain");
banned.add("Gaeas Cradle");
banned.add("Gaea's Cradle");
banned.add("Gifts Ungiven");
banned.add("Grim Monolith");
banned.add("Grindstone");
@ -41,7 +41,7 @@ public class CenturionCommander extends Commander {
banned.add("Mana Crypt");
banned.add("Mana Drain");
banned.add("Mana Vault");
banned.add("Mishras Workshop");
banned.add("Mishra's Workshop");
banned.add("Mind Twist");
banned.add("Mox Diamond");
banned.add("Mox Emerald");
@ -54,7 +54,7 @@ public class CenturionCommander extends Commander {
banned.add("Necropotence");
banned.add("Oath of Druids");
banned.add("Protean Hulk");
banned.add("Senseis Diving Top");
banned.add("Sensei's Diving Top");
banned.add("Serra Ascendant");
banned.add("Sharazad");
banned.add("Survival of the Fittest");
@ -69,7 +69,7 @@ public class CenturionCommander extends Commander {
banned.add("Vampiric Tutor");
banned.add("Vanishing");
banned.add("Winter Orb");
banned.add("Yawgmoths Bargain");
banned.add("Yawgmoth's Bargain");
bannedCommander.add("Baral, Chief of Compliance");
bannedCommander.add("Derevi, Empyrial Tactician");