forked from External/mage
* Added Magic 2015 set.
This commit is contained in:
parent
458ce8c1e6
commit
14a58b0338
23 changed files with 759 additions and 4 deletions
|
|
@ -40,7 +40,8 @@ public class ConstructedFormats {
|
|||
"* Tempest Block", "Exodus", "Stronghold", "Tempest",
|
||||
"* Mirage Block", "Weatherlight", "Visions", "Mirage",
|
||||
"* Ice Age Block", "Coldsnap", "Alliances", "Ice Age",
|
||||
"Homelands", "Fallen Empires", "The Dark", "Legends", "Antiquities", "Arabian Nights",
|
||||
"Homelands", "Fallen Empires", "The Dark", "Legends", "Antiquities", "Arabian Nights",
|
||||
"Magic 2015",
|
||||
"Magic 2014",
|
||||
"Magic 2013",
|
||||
"Magic 2012",
|
||||
|
|
@ -391,6 +392,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Magic 2014")) {
|
||||
return Arrays.asList("M14");
|
||||
}
|
||||
if (format.equals("Magic 2015")) {
|
||||
return Arrays.asList("M15");
|
||||
}
|
||||
if (format.equals("Planechase")) {
|
||||
return Arrays.asList("HOP");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue