Added DDK token images

This commit is contained in:
PurpleCrowbar 2022-06-04 21:02:26 +01:00
parent 2ccf911fc4
commit 1ad0f7e3a6
2 changed files with 3 additions and 1 deletions

View file

@ -1358,6 +1358,9 @@ public class ScryfallImageSupportTokens {
put ("GTC/Soldier", "https://api.scryfall.com/cards/tgtc/6/en?format=image");
put ("GTC/Spirit", "https://api.scryfall.com/cards/tgtc/7/en?format=image");
// DDK
put ("DDK/Spirit", "https://api.scryfall.com/cards/tddk/1/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {