additional condition: existing memo
This commit is contained in:
parent
b1b384c1a2
commit
d1da16d73b
@ -696,6 +696,7 @@ function removeTokensFromObject(object)
|
||||
obj ~= self and
|
||||
obj.type ~= "Deck" and
|
||||
obj.type ~= "Card" and
|
||||
obj.memo ~= nil and
|
||||
obj.getLock() == false and
|
||||
obj.getDescription() ~= "Action Token" and
|
||||
not tokenChecker.isChaosToken(obj) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user