mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Added E02 token images
This commit is contained in:
parent
84553db7e0
commit
c919e5525f
1 changed files with 3 additions and 0 deletions
|
@ -1602,6 +1602,9 @@ public class ScryfallImageSupportTokens {
|
||||||
put ("DDT/Goblin", "https://api.scryfall.com/cards/tddt/3/en?format=image");
|
put ("DDT/Goblin", "https://api.scryfall.com/cards/tddt/3/en?format=image");
|
||||||
put ("DDT/Wall", "https://api.scryfall.com/cards/tddt/2/en?format=image");
|
put ("DDT/Wall", "https://api.scryfall.com/cards/tddt/2/en?format=image");
|
||||||
|
|
||||||
|
// E02
|
||||||
|
put ("E02/Saproling", "https://api.scryfall.com/cards/e02/T1/en?format=image");
|
||||||
|
|
||||||
// generate supported sets
|
// generate supported sets
|
||||||
supportedSets.clear();
|
supportedSets.clear();
|
||||||
for (String cardName : this.keySet()) {
|
for (String cardName : this.keySet()) {
|
||||||
|
|
Loading…
Reference in a new issue