mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08: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("Tree of Tales");
|
||||||
banned.add("Umezawa's Jitte");
|
banned.add("Umezawa's Jitte");
|
||||||
banned.add("Uro, Titan of Nature's Wrath");
|
banned.add("Uro, Titan of Nature's Wrath");
|
||||||
|
banned.add("Yorion, the Sky Nomad");
|
||||||
banned.add("Vault of Whispers");
|
banned.add("Vault of Whispers");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,7 @@ public class Standard extends Constructed {
|
||||||
|
|
||||||
setCodes.addAll(makeLegalSets());
|
setCodes.addAll(makeLegalSets());
|
||||||
|
|
||||||
banned.add("Alrund's Epiphany");
|
banned.add("The Meathook Massacre");
|
||||||
banned.add("Divide by Zero");
|
|
||||||
banned.add("Faceless Haven");
|
|
||||||
banned.add("Omnath, Locus of Creation");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean isFallSet(ExpansionSet set) {
|
private static boolean isFallSet(ExpansionSet set) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue