From 0444c4c639404a447c61fb215f547db5106d8c94 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Fri, 22 Nov 2024 01:24:21 +0100 Subject: [PATCH] always re-get token transform --- src/core/Global.ttslua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 9628a6ed..6018449f 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -2851,9 +2851,7 @@ function moveCardWithTokens(params) local position = params.position local rotation = params.rotation - if not cardTokens[card] then - storeTokenTransform(card) - end + storeTokenTransform(card) if rotation then card.setRotation(rotation)