mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
momir game: fixed game error on start, added momir emblem image
This commit is contained in:
parent
ef8535314f
commit
afe89a1056
4 changed files with 11 additions and 2 deletions
|
|
@ -2006,6 +2006,10 @@ public class ScryfallImageSupportTokens {
|
|||
put("ODY/Wurm", "https://api.scryfall.com/cards/pr2/6/en?format=image");
|
||||
put("ODY/Zombie", "https://api.scryfall.com/cards/pr2/4/en?format=image");
|
||||
|
||||
// DIS
|
||||
put("DIS/Emblem Momir", "https://api.scryfall.com/cards/pmoa/61/en?format=image");
|
||||
|
||||
|
||||
// generate supported sets
|
||||
supportedSets.clear();
|
||||
for (String cardName : this.keySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue