Added Friday Night Magic promos

This commit is contained in:
fireshoes 2014-12-23 06:49:01 -06:00
parent 086f860396
commit a8b20f23d5
183 changed files with 34630 additions and 25099 deletions

View file

@ -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");
}

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
{
put("FNMP", "friday-night-magic");
put("FRF", "fate-reforged");
put("C14", "commander-2014-edition");
put("KTK", "khans-of-tarkir");