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
|
|
@ -148,13 +148,6 @@ public interface Card extends MageObject, Ownerable {
|
|||
|
||||
List<Mana> getMana();
|
||||
|
||||
/**
|
||||
* Set contains multiple cards with same card name but different images. Used for image path generation.
|
||||
*/
|
||||
boolean getUsesVariousArt();
|
||||
|
||||
void setUsesVariousArt(boolean usesVariousArt);
|
||||
|
||||
Counters getCounters(Game game);
|
||||
|
||||
Counters getCounters(GameState state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue