forked from External/mage
* Commander 2014 - Added set and already implemented cards.
This commit is contained in:
parent
075ce81e1d
commit
108faf4c8c
255 changed files with 13014 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ import mage.constants.SetType;
|
|||
*/
|
||||
public class ConstructedFormats {
|
||||
|
||||
private static GregorianCalendar calendar = new GregorianCalendar();
|
||||
private static final GregorianCalendar calendar = new GregorianCalendar();
|
||||
|
||||
|
||||
public static final String ALL = "- All Sets";
|
||||
|
|
@ -66,6 +66,7 @@ public class ConstructedFormats {
|
|||
"Vintage Masters",
|
||||
"Conspiracy",
|
||||
"Modern Masters",
|
||||
"Commander 2014 Edition",
|
||||
"Commander 2013 Edition",
|
||||
"Commander",
|
||||
"Planechase 2012",
|
||||
|
|
@ -417,6 +418,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Commander 2013 Edition")) {
|
||||
return Arrays.asList("C13");
|
||||
}
|
||||
if (format.equals("Commander 2014 Edition")) {
|
||||
return Arrays.asList("C14");
|
||||
}
|
||||
if (format.equals("Planechase 2012")) {
|
||||
return Arrays.asList("PC2");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue