mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
updated Duel Commander ban list
This commit is contained in:
parent
8d391f628e
commit
c1b481d376
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
package mage.deck;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class DuelCommander extends Commander {
|
||||
|
@ -28,6 +27,7 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Fireblast");
|
||||
banned.add("Food Chain");
|
||||
banned.add("Gaea's Cradle");
|
||||
banned.add("Genesis Storm");
|
||||
banned.add("Grim Monolith");
|
||||
banned.add("Hermit Druid");
|
||||
banned.add("High Tide");
|
||||
|
@ -63,9 +63,9 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Temporal Manipulation");
|
||||
banned.add("Thassa's Oracle");
|
||||
banned.add("The Tabernacle at Pendrell Vale");
|
||||
banned.add("Timetwister");
|
||||
banned.add("Time Vault");
|
||||
banned.add("Time Walk");
|
||||
banned.add("Timetwister");
|
||||
banned.add("Time Warp");
|
||||
banned.add("Tinker");
|
||||
banned.add("Tolarian Academy");
|
||||
|
|
Loading…
Reference in a new issue