forked from External/mage
spjspj - Implement new method for image generation of tokens.
This commit is contained in:
parent
ac5f2ca6cc
commit
0f043d480d
15 changed files with 154 additions and 52 deletions
|
|
@ -86,6 +86,7 @@ public class PermanentToken extends PermanentImpl {
|
|||
this.toughness.modifyBaseValue(token.getToughness().getBaseValueModified());
|
||||
this.supertype = token.getSupertype();
|
||||
this.subtype = token.getSubtype();
|
||||
this.tokenDescriptor = token.getTokenDescriptor();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue