[RNA] fixed emblem download

This commit is contained in:
Oleg Agafonov 2019-01-12 23:10:34 +04:00
parent 2f32951707
commit d98a3eb30a

View file

@ -37,7 +37,7 @@ public class ScryfallImageSupportTokens {
// RNA // RNA
put("RNA/Beast", "https://api.scryfall.com/cards/trna/8/en?format=image"); 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/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/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/Goblin", "https://api.scryfall.com/cards/trna/4/en?format=image");
put("RNA/Human", "https://api.scryfall.com/cards/trna/1/en?format=image"); put("RNA/Human", "https://api.scryfall.com/cards/trna/1/en?format=image");