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
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue