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:
Oleg Agafonov 2024-05-26 12:56:03 +04:00
parent 8e2ff2db0f
commit 0e39d6a833
18 changed files with 82 additions and 57 deletions

View file

@ -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);