forked from External/mage
Added Friday Night Magic promos
This commit is contained in:
parent
086f860396
commit
a8b20f23d5
183 changed files with 34630 additions and 25099 deletions
|
|
@ -88,6 +88,7 @@ public class ConstructedFormats {
|
|||
"Duel Decks: Heroes vs. Monsters",
|
||||
"Duel Decks: Jace vs. Vraska",
|
||||
"Duel Decks: Speed vs. Cunning",
|
||||
"Friday Night Magic",
|
||||
"Guru",
|
||||
"Unhinged",
|
||||
};
|
||||
|
|
@ -445,6 +446,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Vintage Masters")) {
|
||||
return Arrays.asList("VMA");
|
||||
}
|
||||
if (format.equals("Friday Night Magic")) {
|
||||
return Arrays.asList("FNMP");
|
||||
}
|
||||
if (format.equals("Guru")) {
|
||||
return Arrays.asList("GUR");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue