Fix image download URLs for Unglued tokens (#14141)

This commit is contained in:
Muz 2025-12-30 00:05:46 -06:00 committed by GitHub
parent 130e996ec1
commit 41aa6bb9c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");