mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added DDN token images
This commit is contained in:
parent
ea96f253c1
commit
b8ad392431
1 changed files with 3 additions and 0 deletions
|
@ -1430,6 +1430,9 @@ public class ScryfallImageSupportTokens {
|
|||
put ("CNS/Wolf", "https://api.scryfall.com/cards/tcns/7/en?format=image");
|
||||
put ("CNS/Zombie", "https://api.scryfall.com/cards/tcns/3/en?format=image");
|
||||
|
||||
// DDN
|
||||
put ("DDN/Goblin", "https://api.scryfall.com/cards/ddn/82/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
Loading…
Reference in a new issue