mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
update ban lists
This commit is contained in:
parent
f7855dda8b
commit
2799c3f1c0
4 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public class Legacy extends Constructed {
|
||||||
banned.add("Dig Through Time");
|
banned.add("Dig Through Time");
|
||||||
banned.add("Dreadhorde Arcanist");
|
banned.add("Dreadhorde Arcanist");
|
||||||
banned.add("Earthcraft");
|
banned.add("Earthcraft");
|
||||||
|
banned.add("Entomb");
|
||||||
banned.add("Fastbond");
|
banned.add("Fastbond");
|
||||||
banned.add("Flash");
|
banned.add("Flash");
|
||||||
banned.add("Frantic Search");
|
banned.add("Frantic Search");
|
||||||
|
|
@ -56,6 +57,7 @@ public class Legacy extends Constructed {
|
||||||
banned.add("Mox Ruby");
|
banned.add("Mox Ruby");
|
||||||
banned.add("Mox Sapphire");
|
banned.add("Mox Sapphire");
|
||||||
banned.add("Mystical Tutor");
|
banned.add("Mystical Tutor");
|
||||||
|
banned.add("Nadu, Winged Wisdom");
|
||||||
banned.add("Necropotence");
|
banned.add("Necropotence");
|
||||||
banned.add("Oath of Druids");
|
banned.add("Oath of Druids");
|
||||||
banned.add("Oko, Thief of Crowns");
|
banned.add("Oko, Thief of Crowns");
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@ public class Pauper extends Constructed {
|
||||||
banned.add("Gitaxian Probe");
|
banned.add("Gitaxian Probe");
|
||||||
banned.add("Grapeshot");
|
banned.add("Grapeshot");
|
||||||
banned.add("Gush");
|
banned.add("Gush");
|
||||||
|
banned.add("High Tide");
|
||||||
banned.add("Hymn to Tourach");
|
banned.add("Hymn to Tourach");
|
||||||
banned.add("Invigorate");
|
banned.add("Invigorate");
|
||||||
banned.add("Kuldotha Rebirth");
|
banned.add("Kuldotha Rebirth");
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@ public class Pioneer extends Constructed {
|
||||||
banned.add("Field of the Dead");
|
banned.add("Field of the Dead");
|
||||||
banned.add("Flooded Strand");
|
banned.add("Flooded Strand");
|
||||||
banned.add("Geological Appraiser");
|
banned.add("Geological Appraiser");
|
||||||
|
banned.add("Heartfire Hero");
|
||||||
banned.add("Inverter of Truth");
|
banned.add("Inverter of Truth");
|
||||||
banned.add("Jegantha, the Wellspring");
|
banned.add("Jegantha, the Wellspring");
|
||||||
banned.add("Karn, the Great Creator");
|
banned.add("Karn, the Great Creator");
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,11 @@ public class Standard extends Constructed {
|
||||||
banned.add("Heartfire Hero");
|
banned.add("Heartfire Hero");
|
||||||
banned.add("Hopeless Nightmare");
|
banned.add("Hopeless Nightmare");
|
||||||
banned.add("Monstrous Rage");
|
banned.add("Monstrous Rage");
|
||||||
|
banned.add("Proft's Eidetic Memory");
|
||||||
|
banned.add("Screaming Nemesis");
|
||||||
banned.add("This Town Ain't Big Enough");
|
banned.add("This Town Ain't Big Enough");
|
||||||
banned.add("Up the Beanstalk");
|
banned.add("Up the Beanstalk");
|
||||||
|
banned.add("Vivi Ornitier");
|
||||||
}
|
}
|
||||||
|
|
||||||
static List<String> makeLegalSets() {
|
static List<String> makeLegalSets() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue