Update Brawl ban list (closes #10686)

This commit is contained in:
xenohedron 2023-07-28 21:33:22 -04:00
parent a36a7d9b7f
commit b7543af939

View file

@ -26,14 +26,17 @@ public class Brawl extends Constructed {
// Copy of standard sets
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("Teferi, Time Raveler");
banned.add("Omnath, Locus of Creation");
banned.add("Winota, Joiner of Forces");
// The following cards are no longer legal in the format, but are still listed as banned
// 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("Teferi, Time Raveler");
// banned.add("Omnath, Locus of Creation");
// banned.add("Winota, Joiner of Forces");
banned.add("Pithing Needle");
}
@Override