mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[RIX] Activated Mythicspoiler as RIX image download source
This commit is contained in:
parent
e67a0d4338
commit
b3a3e17aa2
2 changed files with 6 additions and 1 deletions
|
|
@ -253,6 +253,7 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
supportedSets.add("C17");
|
||||
supportedSets.add("IMA");
|
||||
supportedSets.add("XLN");
|
||||
supportedSets.add("RIX");
|
||||
|
||||
sets = new LinkedHashMap<>();
|
||||
setsAliases = new HashMap<>();
|
||||
|
|
@ -294,6 +295,10 @@ public enum MythicspoilerComSource implements CardImageSource {
|
|||
links.put("spitfirebastion", "spitfirebastion");
|
||||
manualLinks.put("XLN", links);
|
||||
|
||||
HashMap<String, String> linksRix = new HashMap<>();
|
||||
linksRix.put("vaultofcatlacan", "vaultofcatlacan");
|
||||
manualLinks.put("RIX", linksRix);
|
||||
|
||||
cardNameAliasesStart = new HashMap<>();
|
||||
HashSet<String> names = new HashSet<>();
|
||||
names.add("eldrazidevastator.jpg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue