Added DDM token images

This commit is contained in:
PurpleCrowbar 2022-06-05 19:21:20 +01:00
parent 85ebbb516b
commit 2739dcad4e
3 changed files with 7 additions and 1 deletions

View file

@ -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()) {