momir game: fixed game error on start, added momir emblem image

This commit is contained in:
Oleg Agafonov 2023-06-17 08:19:22 +04:00
parent ef8535314f
commit afe89a1056
4 changed files with 11 additions and 2 deletions

View file

@ -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()) {