mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
updated Modern banned list
This commit is contained in:
parent
36883cc4d1
commit
badfd1c59e
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,15 @@
|
|||
|
||||
package mage.deck;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.GregorianCalendar;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.cards.Sets;
|
||||
import mage.cards.decks.Constructed;
|
||||
import mage.constants.SetType;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.GregorianCalendar;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
public class Modern extends Constructed {
|
||||
|
@ -42,6 +41,7 @@ public class Modern extends Constructed {
|
|||
banned.add("Great Furnace");
|
||||
banned.add("Green Sun's Zenith");
|
||||
banned.add("Hypergenesis");
|
||||
banned.add("Krark-Clan Ironworks");
|
||||
banned.add("Mental Misstep");
|
||||
banned.add("Ponder");
|
||||
banned.add("Preordain");
|
||||
|
|
Loading…
Reference in a new issue