images: correcting two token names from earlier commits (#13793)

This commit is contained in:
ReSech 2025-06-27 18:59:20 +10:00 committed by GitHub
parent f3e18e245f
commit 64bfa21b0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -2756,7 +2756,7 @@ public class ScryfallImageSupportTokens {
put("FIN/Knight", "https://api.scryfall.com/cards/tfin/10/en?format=image");
put("FIN/Moogle/1", "https://api.scryfall.com/cards/tfin/11/en?format=image");
put("FIN/Moogle/2", "https://api.scryfall.com/cards/tfin/34/en?format=image");
put("FIN/Robot Warrior", "https://api.scryfall.com/cards/tfin/12/en?format=image");
put("FIN/Robot", "https://api.scryfall.com/cards/tfin/12/en?format=image");
put("FIN/Horror", "https://api.scryfall.com/cards/tfin/13/en?format=image");
put("FIN/Wizard/1", "https://api.scryfall.com/cards/tfin/14/en?format=image");
put("FIN/Wizard/2", "https://api.scryfall.com/cards/tfin/15/en?format=image");
@ -2814,7 +2814,7 @@ public class ScryfallImageSupportTokens {
// 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/Sheep", "https://api.scryfall.com/cards/tugl/5?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");

View file

@ -2810,7 +2810,7 @@
|Generate|TOK:FIN|Knight|||WaylayToken|
|Generate|TOK:FIN|Moogle|1||MoogleToken|
|Generate|TOK:FIN|Moogle|2||MoogleToken|
|Generate|TOK:FIN|Robot Warrior|||RobotBlueToken|
|Generate|TOK:FIN|Robot|||RobotBlueToken|
|Generate|TOK:FIN|Horror|||Horror3Token|
|Generate|TOK:FIN|Wizard|1||BlackWizardToken|
|Generate|TOK:FIN|Wizard|2||BlackWizardToken|
@ -2845,7 +2845,7 @@
# UGL
|Generate|TOK:UGL|Goblin|||GoblinToken|
|Generate|TOK:UGL|Pegasus|||PegasusToken|
|Generate|TOK:UGL|Sheep|||RabidSheepToken|
|Generate|TOK:UGL|Rabid Sheep|||RabidSheepToken|
|Generate|TOK:UGL|Soldier|||SoldierToken|
|Generate|TOK:UGL|Squirrel|||SquirrelToken|
|Generate|TOK:UGL|Zombie|||ZombieToken|