force proper scale for investigator card
This commit is contained in:
parent
a2c7bac8a2
commit
0169ed7c64
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user