mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
updated Legacy banlist (https://magic.wizards.com/en/articles/archive/news/july-2-2018-banned-restricted-update-2018-07-02)
This commit is contained in:
parent
2a5733c794
commit
85402b5522
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.deck;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
|
@ -32,6 +31,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Chaos Orb");
|
||||
banned.add("Contract from Below");
|
||||
banned.add("Darkpact");
|
||||
banned.add("Deathrite Shaman");
|
||||
banned.add("Demonic Attorney");
|
||||
banned.add("Demonic Consultation");
|
||||
banned.add("Demonic Tutor");
|
||||
|
@ -42,6 +42,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Fastbond");
|
||||
banned.add("Flash");
|
||||
banned.add("Frantic Search");
|
||||
banned.add("Gitaxian Probe");
|
||||
banned.add("Goblin Recruiter");
|
||||
banned.add("Gush");
|
||||
banned.add("Hermit Druid");
|
||||
|
|
Loading…
Reference in a new issue