Added DDN token images

This commit is contained in:
PurpleCrowbar 2022-06-05 20:20:42 +01:00
parent ea96f253c1
commit b8ad392431

View file

@ -1430,6 +1430,9 @@ public class ScryfallImageSupportTokens {
put ("CNS/Wolf", "https://api.scryfall.com/cards/tcns/7/en?format=image"); put ("CNS/Wolf", "https://api.scryfall.com/cards/tcns/7/en?format=image");
put ("CNS/Zombie", "https://api.scryfall.com/cards/tcns/3/en?format=image"); put ("CNS/Zombie", "https://api.scryfall.com/cards/tcns/3/en?format=image");
// DDN
put ("DDN/Goblin", "https://api.scryfall.com/cards/ddn/82/en?format=image");
// generate supported sets // generate supported sets
supportedSets.clear(); supportedSets.clear();
for (String cardName : this.keySet()) { for (String cardName : this.keySet()) {