mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Update Brawl ban list (closes #10686)
This commit is contained in:
parent
a36a7d9b7f
commit
b7543af939
1 changed files with 11 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue