mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Added DDG token images
This commit is contained in:
parent
bbbcde3561
commit
4ea204ed05
4 changed files with 5 additions and 4 deletions
|
|
@ -1285,6 +1285,9 @@ public class ScryfallImageSupportTokens {
|
|||
put ("MBS/Thopter", "https://api.scryfall.com/cards/tmbs/5/en?format=image");
|
||||
put ("MBS/Zombie", "https://api.scryfall.com/cards/tmbs/2/en?format=image");
|
||||
|
||||
// DDG
|
||||
put ("DDG/Goblin", "https://api.scryfall.com/cards/tddg/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