mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[RNA] fixed emblem download
This commit is contained in:
parent
2f32951707
commit
d98a3eb30a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class ScryfallImageSupportTokens {
|
|||
// RNA
|
||||
put("RNA/Beast", "https://api.scryfall.com/cards/trna/8/en?format=image");
|
||||
put("RNA/Centaur", "https://api.scryfall.com/cards/trna/5/en?format=image");
|
||||
put("RNA/Domri, Chaos Bringer", "https://api.scryfall.com/cards/trna/13/en?format=image");
|
||||
put("RNA/Emblem Domri, Chaos Bringer", "https://api.scryfall.com/cards/trna/13/en?format=image");
|
||||
put("RNA/Frog Lizard", "https://api.scryfall.com/cards/trna/6/en?format=image");
|
||||
put("RNA/Goblin", "https://api.scryfall.com/cards/trna/4/en?format=image");
|
||||
put("RNA/Human", "https://api.scryfall.com/cards/trna/1/en?format=image");
|
||||
|
|
Loading…
Reference in a new issue