forked from External/mage
Tokens rework: fixed morph support, fixed test (related to #10139)
This commit is contained in:
parent
94819ff91c
commit
3986196aa4
6 changed files with 110 additions and 66 deletions
|
|
@ -19,6 +19,8 @@ import java.util.UUID;
|
|||
*/
|
||||
public class PermanentToken extends PermanentImpl {
|
||||
|
||||
// non-modifyable container with token characteristics
|
||||
// this PermanentToken resets to it on each game cycle
|
||||
protected Token token;
|
||||
|
||||
public PermanentToken(Token token, UUID controllerId, Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue