mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
Added modern format to the constructed formats. Updated list of banned cards of constructed formats.
This commit is contained in:
parent
0edc794c6a
commit
5afb189315
4 changed files with 95 additions and 3 deletions
|
|
@ -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");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue