mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
images: fixed wrong miss image message in card hints for dungeons and other command objects (part of #12274);
This commit is contained in:
parent
ff02322e0b
commit
e1ab0be505
3 changed files with 3 additions and 9 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue