Added Judge Promos

This commit is contained in:
fireshoes 2014-12-23 22:08:13 -06:00
parent 50eb1d0016
commit 8d0e277dbb
97 changed files with 4839 additions and 2 deletions

View file

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

View file

@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
{
put("JR", "judge-gift-program");
put("MGDC", "magic-game-day-cards");
put("FNMP", "friday-night-magic");
put("FRF", "fate-reforged");