mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added token names for downloading pictures of token creatures from M13 and RTR. Added RTR name for download of tokens.
This commit is contained in:
parent
f626651fb9
commit
c335a8f34b
2 changed files with 27 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
|||
private static final Map<String, String> setNameReplacement = new HashMap<String, String>() {
|
||||
|
||||
{
|
||||
put("RTR", "return-to-ravnica");
|
||||
put("M13", "magic-2013");
|
||||
put("AVR", "avacyn-restored");
|
||||
put("DDI", "duel-decks-venser-vs-koth");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue