mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Added DDM token images
This commit is contained in:
parent
85ebbb516b
commit
2739dcad4e
3 changed files with 7 additions and 1 deletions
|
|
@ -1403,6 +1403,9 @@ public class ScryfallImageSupportTokens {
|
|||
put ("BNG/Wolf", "https://api.scryfall.com/cards/tbng/9/en?format=image");
|
||||
put ("BNG/Zombie", "https://api.scryfall.com/cards/tbng/6/en?format=image");
|
||||
|
||||
// DDM
|
||||
put ("DDM/Assassin", "https://api.scryfall.com/cards/tddm/1/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue