Added DDL token images

This commit is contained in:
PurpleCrowbar 2022-06-04 21:12:08 +01:00
parent e8fd84580c
commit a4aaf20a4d

View file

@ -1364,6 +1364,10 @@ public class ScryfallImageSupportTokens {
// DGM
put ("DGM/Elemental", "https://api.scryfall.com/cards/tdgm/1/en?format=image");
// DDL
put ("DDL/Beast", "https://api.scryfall.com/cards/tddl/2/en?format=image");
put ("DDL/Griffin", "https://api.scryfall.com/cards/tddl/1/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {