forked from External/mage
images: fixed miss token image in some use cases (if it was created from a card and a set contains multiple images);
This commit is contained in:
parent
8e2ff2db0f
commit
0e39d6a833
18 changed files with 82 additions and 57 deletions
|
|
@ -34,6 +34,13 @@ public interface MageObject extends MageItem, Serializable, Copyable<MageObject>
|
|||
|
||||
void setImageNumber(Integer imageNumber);
|
||||
|
||||
/**
|
||||
* Set contains multiple cards with same card name but different images (also used for token from card)
|
||||
*/
|
||||
boolean getUsesVariousArt();
|
||||
|
||||
void setUsesVariousArt(boolean usesVariousArt);
|
||||
|
||||
/**
|
||||
* Get image file name
|
||||
* - empty for default name from a card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue