Tokens rework: fixed morph support, fixed test (related to #10139)

This commit is contained in:
Oleg Agafonov 2023-05-01 19:41:25 +04:00
parent 94819ff91c
commit 3986196aa4
6 changed files with 110 additions and 66 deletions

View file

@ -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) {