mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
Add MUL token images
This commit is contained in:
parent
c725e4000e
commit
63be7589ae
2 changed files with 8 additions and 1 deletions
|
@ -2009,6 +2009,9 @@ public class ScryfallImageSupportTokens {
|
|||
// DIS
|
||||
put("DIS/Emblem Momir", "https://api.scryfall.com/cards/pmoa/61/en?format=image");
|
||||
|
||||
// MUL
|
||||
put("MUL/Elemental", "https://api.scryfall.com/cards/tmul/2/en?format=image");
|
||||
put("MUL/Phyrexian Myr", "https://api.scryfall.com/cards/tmul/1/en?format=image");
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
|
|
|
@ -2019,4 +2019,8 @@
|
|||
|Generate|TOK:MOC|Thopter|||ThopterToken|
|
||||
|Generate|TOK:MOC|Vampire Knight|||VampireKnightToken|
|
||||
|Generate|TOK:MOC|Warrior|||WarriorToken|
|
||||
|Generate|TOK:MOC|Zombie Knight|||ZombieKnightToken|
|
||||
|Generate|TOK:MOC|Zombie Knight|||ZombieKnightToken|
|
||||
|
||||
# MUL
|
||||
|Generate|TOK:MUL|Elemental|||Elemental31TrampleHasteToken|
|
||||
|Generate|TOK:MUL|Phyrexian Myr|||BrudicladTelchorMyrToken|
|
Loading…
Reference in a new issue