mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
update standard ban list
This commit is contained in:
parent
6395e231b5
commit
043be12aff
1 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,14 @@ public class Standard extends Constructed {
|
|||
super("Constructed - Standard");
|
||||
|
||||
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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue