mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added Judge Promos
This commit is contained in:
parent
50eb1d0016
commit
8d0e277dbb
97 changed files with 4839 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue