forked from External/mage
Fixed images info copy in morph and other copy abilities
This commit is contained in:
parent
689b93d005
commit
1dc7dcc94c
6 changed files with 61 additions and 36 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue