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

@ -137,6 +137,16 @@ public class StackAbility extends StackObjectImpl implements Ability {
throw new IllegalStateException("Wrong code usage: you can't change set code for the stack ability");
}
@Override
public boolean getUsesVariousArt() {
return false;
}
@Override
public void setUsesVariousArt(boolean usesVariousArt) {
throw new IllegalStateException("Wrong code usage: you can't change usesVariousArt for the stack ability");
}
@Override
public String getCardNumber() {
return "";