Added modern format to the constructed formats. Updated list of banned cards of constructed formats.

This commit is contained in:
LevelX2 2013-03-31 19:14:33 +02:00
parent 0edc794c6a
commit 5afb189315
4 changed files with 95 additions and 3 deletions

View file

@ -56,5 +56,12 @@ public class Extended extends Constructed {
setCodes.add(set.getCode());
}
}
banned.add("Jace, the Mind Sculptor");
banned.add("Mental Misstep");
banned.add("Ponder");
banned.add("Preordain");
banned.add("Stoneforge Mystic");
}
}