Fixed images info copy in morph and other copy abilities

This commit is contained in:
Oleg Agafonov 2023-04-21 11:39:03 +04:00
parent 689b93d005
commit 1dc7dcc94c
6 changed files with 61 additions and 36 deletions

View file

@ -138,6 +138,6 @@ public class PermanentToken extends PermanentImpl {
@Override
public void setExpansionSetCode(String expansionSetCode) {
throw new IllegalArgumentException("Wrong code usage: you can't change a token's set code");
throw new IllegalArgumentException("Wrong code usage: you can't change a token's set code, use CardUtils.copySetAndCardNumber instead");
}
}