mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added DDH token images
This commit is contained in:
parent
e065e77f7c
commit
0287fa73d2
1 changed files with 4 additions and 0 deletions
|
@ -1294,6 +1294,10 @@ public class ScryfallImageSupportTokens {
|
|||
put ("NPH/Phyrexian Golem", "https://api.scryfall.com/cards/tnph/3/en?format=image");
|
||||
put ("NPH/Phyrexian Myr", "https://api.scryfall.com/cards/tnph/4/en?format=image");
|
||||
|
||||
// DDH
|
||||
put ("DDH/Griffin", "https://api.scryfall.com/cards/tddh/1/en?format=image");
|
||||
put ("DDH/Saproling", "https://api.scryfall.com/cards/tddh/2/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
Loading…
Reference in a new issue