force proper scale for investigator card

This commit is contained in:
Chr1Z93 2024-06-09 22:21:15 +02:00
parent a2c7bac8a2
commit 0169ed7c64

View File

@ -887,6 +887,9 @@ function maybeUpdateActiveInvestigator(card)
return return
end end
-- set proper scale for the card
card.setScale({1.15, 1, 1.15})
-- remove old action tokens -- remove old action tokens
for _, obj in ipairs(searchAroundSelf("isUniversalToken")) do for _, obj in ipairs(searchAroundSelf("isUniversalToken")) do
obj.destruct() obj.destruct()