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 // Copy of standard sets
setCodes.addAll(Standard.makeLegalSets()); setCodes.addAll(Standard.makeLegalSets());
banned.add("Golos, Tireless Pilgrim"); // The following cards are no longer legal in the format, but are still listed as banned
banned.add("Drannith Magistrate"); // banned.add("Golos, Tireless Pilgrim");
banned.add("Lutri, the Spellchaser"); // banned.add("Drannith Magistrate");
banned.add("Oko, Thief of Crowns"); // banned.add("Lutri, the Spellchaser");
banned.add("Sorcerous Spyglass"); // banned.add("Oko, Thief of Crowns");
banned.add("Teferi, Time Raveler"); // banned.add("Sorcerous Spyglass");
banned.add("Omnath, Locus of Creation"); // banned.add("Teferi, Time Raveler");
banned.add("Winota, Joiner of Forces"); // banned.add("Omnath, Locus of Creation");
// banned.add("Winota, Joiner of Forces");
banned.add("Pithing Needle");
} }
@Override @Override