forked from External/mage
Added Game Day promos
This commit is contained in:
parent
a8b20f23d5
commit
c93c5c3011
47 changed files with 2527 additions and 342 deletions
|
|
@ -89,6 +89,7 @@ public class ConstructedFormats {
|
|||
"Duel Decks: Jace vs. Vraska",
|
||||
"Duel Decks: Speed vs. Cunning",
|
||||
"Friday Night Magic",
|
||||
"Game Day",
|
||||
"Guru",
|
||||
"Unhinged",
|
||||
};
|
||||
|
|
@ -449,6 +450,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Friday Night Magic")) {
|
||||
return Arrays.asList("FNMP");
|
||||
}
|
||||
if (format.equals("Game Day")) {
|
||||
return Arrays.asList("MGDC");
|
||||
}
|
||||
if (format.equals("Guru")) {
|
||||
return Arrays.asList("GUR");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue