Added DDH token images

This commit is contained in:
PurpleCrowbar 2022-06-04 18:58:58 +01:00
parent e065e77f7c
commit 0287fa73d2

View file

@ -1294,6 +1294,10 @@ public class ScryfallImageSupportTokens {
put ("NPH/Phyrexian Golem", "https://api.scryfall.com/cards/tnph/3/en?format=image");
put ("NPH/Phyrexian Myr", "https://api.scryfall.com/cards/tnph/4/en?format=image");
// DDH
put ("DDH/Griffin", "https://api.scryfall.com/cards/tddh/1/en?format=image");
put ("DDH/Saproling", "https://api.scryfall.com/cards/tddh/2/en?format=image");
// generate supported sets
supportedSets.clear();
for (String cardName : this.keySet()) {