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:
parent
cbb0680cc8
commit
fc8c7eb410
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ public class CenturionCommander extends Commander {
|
|||
banned.add("Falling Star");
|
||||
banned.add("Fastbond");
|
||||
banned.add("Food Chain");
|
||||
banned.add("Gaea’s 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("Mishra’s 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("Sensei’s 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("Yawgmoth’s Bargain");
|
||||
banned.add("Yawgmoth's Bargain");
|
||||
|
||||
bannedCommander.add("Baral, Chief of Compliance");
|
||||
bannedCommander.add("Derevi, Empyrial Tactician");
|
||||
|
|
Loading…
Add table
Reference in a new issue