mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added Aetherworks Marvel to the Standard banned list.
This commit is contained in:
parent
5633fe9b18
commit
476fb37afb
1 changed files with 2 additions and 1 deletions
|
@ -72,10 +72,11 @@ public class Standard extends Constructed {
|
|||
}
|
||||
}
|
||||
}
|
||||
banned.add("Aetherworks Marvel");
|
||||
banned.add("Emrakul, the Promised End");
|
||||
banned.add("Felidar Guardian");
|
||||
banned.add("Reflector Mage");
|
||||
banned.add("Smuggler's Copter");
|
||||
banned.add("Felidar Guardian");
|
||||
}
|
||||
|
||||
private static boolean isFallBlock(ExpansionSet set) {
|
||||
|
|
Loading…
Reference in a new issue