mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
Fix image download URLs for Unglued tokens (#14141)
This commit is contained in:
parent
130e996ec1
commit
41aa6bb9c1
1 changed files with 6 additions and 6 deletions
|
|
@ -2889,12 +2889,12 @@ public class ScryfallImageSupportTokens {
|
|||
put("REX/Treasure", "https://api.scryfall.com/cards/trex/2?format=image");
|
||||
|
||||
// UGL
|
||||
put("UGL/Goblin", "https://api.scryfall.com/cards/tugl/4?format=image");
|
||||
put("UGL/Pegasus", "https://api.scryfall.com/cards/tugl/1?format=image");
|
||||
put("UGL/Rabid Sheep", "https://api.scryfall.com/cards/tugl/5?format=image");
|
||||
put("UGL/Soldier", "https://api.scryfall.com/cards/tugl/2?format=image");
|
||||
put("UGL/Squirrel", "https://api.scryfall.com/cards/tugl/6?format=image");
|
||||
put("UGL/Zombie", "https://api.scryfall.com/cards/tugl/3?format=image");
|
||||
put("UGL/Goblin", "https://api.scryfall.com/cards/tugl/92?format=image");
|
||||
put("UGL/Pegasus", "https://api.scryfall.com/cards/tugl/89?format=image");
|
||||
put("UGL/Rabid Sheep", "https://api.scryfall.com/cards/tugl/93?format=image");
|
||||
put("UGL/Soldier", "https://api.scryfall.com/cards/tugl/90?format=image");
|
||||
put("UGL/Squirrel", "https://api.scryfall.com/cards/tugl/94?format=image");
|
||||
put("UGL/Zombie", "https://api.scryfall.com/cards/tugl/91?format=image");
|
||||
|
||||
// UST
|
||||
put("UST/Angel", "https://api.scryfall.com/cards/tust/1?format=image");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue