remove outdated standard bans

This commit is contained in:
theelk801 2025-06-20 09:55:10 -04:00
parent eeb7c28e78
commit 3b0a7f5d6f

View file

@ -18,11 +18,6 @@ public class Standard extends Constructed {
super("Constructed - Standard"); super("Constructed - Standard");
setCodes.addAll(makeLegalSets()); setCodes.addAll(makeLegalSets());
banned.add("The Meathook Massacre");
banned.add("Fable of the Mirror-Breaker");
banned.add("Reckoner Bankbuster");
banned.add("Invoke Despair");
} }
static List<String> makeLegalSets() { static List<String> makeLegalSets() {