mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
updated ban lists
This commit is contained in:
parent
5b36fd390a
commit
944ef84036
3 changed files with 5 additions and 1 deletions
|
@ -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) {
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue