update standard and modern ban lists

This commit is contained in:
Evan Kranzler 2022-10-10 11:26:29 -04:00
parent 5fb6670b81
commit 0379fb70d1
2 changed files with 2 additions and 4 deletions

View file

@ -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");
}
}

View file

@ -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) {