mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Updated some Media Inserts set information and added some reprints
This commit is contained in:
parent
0a1a5b5c49
commit
89a991156d
13 changed files with 502 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ public class ConstructedFormats {
|
|||
"Guru",
|
||||
"Judge Promo",
|
||||
"Launch Party",
|
||||
"Media Inserts",
|
||||
"Unhinged",
|
||||
"World Magic Cup Qualifier",
|
||||
};
|
||||
|
|
@ -463,6 +464,9 @@ public class ConstructedFormats {
|
|||
if (format.equals("Launch Party")) {
|
||||
return Arrays.asList("MLP");
|
||||
}
|
||||
if (format.equals("Media Inserts")) {
|
||||
return Arrays.asList("MBP");
|
||||
}
|
||||
if (format.equals("World Magic Cup Qualifier")) {
|
||||
return Arrays.asList("WMCQ");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
|
||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||
{
|
||||
put("MBP","media-inserts");
|
||||
put("MLP", "launch-party");
|
||||
put("WMCQ", "world-magic-cup-qualifier");
|
||||
put("GPX", "grand-prix");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue