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
|
// 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue