mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added DDL token images
This commit is contained in:
parent
e8fd84580c
commit
a4aaf20a4d
1 changed files with 4 additions and 0 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue