reverted formatting change

This commit is contained in:
Chr1Z93 2023-05-04 00:08:32 +02:00
parent a9e23a0b32
commit 4a58076119

View File

@ -348,7 +348,8 @@ do
for i, useInfo in ipairs(uses) do
type = useInfo.type
token = useInfo.token
tokenCount = (useInfo.count or 0) + (useInfo.countPerInvestigator or 0) * playArea.getInvestigatorCount()
tokenCount = (useInfo.count or 0)
+ (useInfo.countPerInvestigator or 0) * playArea.getInvestigatorCount()
if extraUses ~= nil and extraUses[type] ~= nil then
tokenCount = tokenCount + extraUses[type]
end