forked from External/mage
Added Judge Promos
This commit is contained in:
parent
50eb1d0016
commit
8d0e277dbb
97 changed files with 4839 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ public class ConstructedFormats {
|
|||
"Friday Night Magic",
|
||||
"Game Day",
|
||||
"Guru",
|
||||
"Judge Promo",
|
||||
"Unhinged",
|
||||
};
|
||||
|
||||
|
|
@ -456,6 +457,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Guru")) {
|
||||
return Arrays.asList("GUR");
|
||||
}
|
||||
if (format.equals("Judge Promo")) {
|
||||
return Arrays.asList("JR");
|
||||
}
|
||||
if (format.equals("Unhinged")) {
|
||||
return Arrays.asList("UNH");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue