update standard ban list

This commit is contained in:
theelk801 2025-06-30 11:08:48 -04:00
parent 6395e231b5
commit 043be12aff

View file

@ -18,6 +18,14 @@ public class Standard extends Constructed {
super("Constructed - Standard"); super("Constructed - Standard");
setCodes.addAll(makeLegalSets()); setCodes.addAll(makeLegalSets());
banned.add("Abuelo's Awakening");
banned.add("Cori-Steel Cutter");
banned.add("Heartfire Hero");
banned.add("Hopeless Nightmare");
banned.add("Monstrous Rage");
banned.add("This Town Ain't Big Enough");
banned.add("Up the Beanstalk");
} }
static List<String> makeLegalSets() { static List<String> makeLegalSets() {