Merge pull request #710 from argonui/inv-scale

Force proper scale for investigator card
This commit is contained in:
dscarpac 2024-06-12 08:21:34 -05:00 committed by GitHub
commit 71c9a1d94f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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