mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
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");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue