updated ban lists

This commit is contained in:
Evan Kranzler 2020-05-18 10:39:00 -04:00
parent 5b36fd390a
commit 944ef84036
3 changed files with 5 additions and 1 deletions

View file

@ -25,9 +25,11 @@ public class Brawl extends Constructed {
setCodes.addAll(Standard.makeLegalSets());
banned.add("Golos, Tireless Pilgrim");
banned.add("Drannith Magistrate");
banned.add("Lutri, the Spellchaser");
banned.add("Oko, Thief of Crowns");
banned.add("Sorcerous Spyglass");
banned.add("Winota, Joiner of Forces");
}
public Brawl(String name) {

View file

@ -49,6 +49,7 @@ public class Legacy extends Constructed {
banned.add("Iterative Analysis");
banned.add("Jeweled Bird");
banned.add("Library of Alexandria");
banned.add("Lurrus of the Dream-Den");
banned.add("Mana Crypt");
banned.add("Mana Drain");
banned.add("Mana Vault");
@ -94,6 +95,6 @@ public class Legacy extends Constructed {
banned.add("Wrenn and Six");
banned.add("Yawgmoth's Bargain");
banned.add("Yawgmoth's Will");
banned.add("Zirda, the Dawnwaker");
}
}

View file

@ -30,6 +30,7 @@ public class Vintage extends Constructed {
banned.add("Immediate Action");
banned.add("Iterative Analysis");
banned.add("Jeweled Bird");
banned.add("Lurrus of the Dream-Den");
banned.add("Muzzio's Preparations");
banned.add("Power Play");
banned.add("Rebirth");