updated standard ban list

This commit is contained in:
Evan Kranzler 2022-01-25 12:49:22 -05:00
parent 20f1186cdd
commit bd33191308

View file

@ -21,6 +21,9 @@ 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");
}