images: fixed wrong miss image message in card hints for dungeons and other command objects (part of #12274);

This commit is contained in:
Oleg Agafonov 2024-09-20 17:23:14 +04:00
parent ff02322e0b
commit e1ab0be505
3 changed files with 3 additions and 9 deletions

View file

@ -43,7 +43,8 @@ package mage.constants;
* @author LevelX2
*/
public enum MageObjectType {
ABILITY_STACK("Ability on the Stack", false, false, false),
ABILITY_STACK_FROM_CARD("Ability on the Stack", false, false, false),
ABILITY_STACK_FROM_TOKEN("Ability on the Stack", false, false, true),
CARD("Card", false, true, false),
COPY_CARD("Copy of a Card", false, true, false),
TOKEN("Token", true, true, true),