From d1da16d73b1ecbc23c9a32391b8dbd230c66f4ca Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Thu, 20 Apr 2023 23:01:13 +0200 Subject: [PATCH] additional condition: existing memo --- src/playermat/Playmat.ttslua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/playermat/Playmat.ttslua b/src/playermat/Playmat.ttslua index b1b1d513..0917cde3 100644 --- a/src/playermat/Playmat.ttslua +++ b/src/playermat/Playmat.ttslua @@ -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