mirror of
https://github.com/correl/mage.git
synced 2024-11-21 19:18:40 +00:00
update standard and modern ban lists
This commit is contained in:
parent
5fb6670b81
commit
0379fb70d1
2 changed files with 2 additions and 4 deletions
|
@ -69,6 +69,7 @@ public class Modern extends Constructed {
|
|||
banned.add("Tree of Tales");
|
||||
banned.add("Umezawa's Jitte");
|
||||
banned.add("Uro, Titan of Nature's Wrath");
|
||||
banned.add("Yorion, the Sky Nomad");
|
||||
banned.add("Vault of Whispers");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,10 +21,7 @@ public class Standard extends Constructed {
|
|||
|
||||
setCodes.addAll(makeLegalSets());
|
||||
|
||||
banned.add("Alrund's Epiphany");
|
||||
banned.add("Divide by Zero");
|
||||
banned.add("Faceless Haven");
|
||||
banned.add("Omnath, Locus of Creation");
|
||||
banned.add("The Meathook Massacre");
|
||||
}
|
||||
|
||||
private static boolean isFallSet(ExpansionSet set) {
|
||||
|
|
Loading…
Reference in a new issue