mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added DDJ token images
This commit is contained in:
parent
dce8c43d6f
commit
471e6ef433
2 changed files with 3 additions and 2 deletions
|
@ -1331,6 +1331,9 @@ public class ScryfallImageSupportTokens {
|
|||
put ("AVR/Emblem Tamiyo, the Moon Sage", "https://api.scryfall.com/cards/tavr/8/en?format=image");
|
||||
put ("AVR/Zombie", "https://api.scryfall.com/cards/tavr/6/en?format=image");
|
||||
|
||||
// DDJ
|
||||
put ("DDJ/Saproling", "https://api.scryfall.com/cards/tddj/1/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
@ -531,8 +531,6 @@
|
|||
|Generate|TOK:DDH|Griffin|||GriffinToken|
|
||||
|Generate|TOK:DDH|Saproling|||SaprolingToken|
|
||||
|Generate|TOK:DDJ|Saproling|||SaprolingToken|
|
||||
|Generate|TOK:DDJ|Weird|||WeirdToken|
|
||||
|Generate|TOK:DDJ|Zombie|||ZombieToken|
|
||||
|Generate|TOK:DDK|Spirit|||SpiritWhiteToken|
|
||||
|Generate|TOK:DDK|Vampire|||SorinLordOfInnistradVampireToken|
|
||||
|Generate|TOK:DDL|Beast|||BeastToken|
|
||||
|
|
Loading…
Reference in a new issue