mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added DDK token images
This commit is contained in:
parent
2ccf911fc4
commit
1ad0f7e3a6
2 changed files with 3 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue