mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Feb 12, 2018 B&R Update
Modern - Jace, the Mind Sculptor UNBANNED, Bloodbrade Elf UNBANNED All other formats - No Changes
This commit is contained in:
parent
4e4d466549
commit
fcfb431290
1 changed files with 1 additions and 2 deletions
|
@ -29,6 +29,7 @@ package mage.deck;
|
|||
|
||||
import java.util.Date;
|
||||
import java.util.GregorianCalendar;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.cards.Sets;
|
||||
import mage.cards.decks.Constructed;
|
||||
|
@ -54,7 +55,6 @@ public class Modern extends Constructed {
|
|||
banned.add("Ancient Den");
|
||||
banned.add("Birthing Pod");
|
||||
banned.add("Blazing Shoal");
|
||||
banned.add("Bloodbraid Elf");
|
||||
banned.add("Chrome Mox");
|
||||
banned.add("Cloudpost");
|
||||
banned.add("Dark Depths");
|
||||
|
@ -68,7 +68,6 @@ public class Modern extends Constructed {
|
|||
banned.add("Great Furnace");
|
||||
banned.add("Green Sun's Zenith");
|
||||
banned.add("Hypergenesis");
|
||||
banned.add("Jace, the Mind Sculptor");
|
||||
banned.add("Mental Misstep");
|
||||
banned.add("Ponder");
|
||||
banned.add("Preordain");
|
||||
|
|
Loading…
Reference in a new issue