reverted formatting change
This commit is contained in:
parent
a9e23a0b32
commit
4a58076119
@ -348,7 +348,8 @@ do
|
|||||||
for i, useInfo in ipairs(uses) do
|
for i, useInfo in ipairs(uses) do
|
||||||
type = useInfo.type
|
type = useInfo.type
|
||||||
token = useInfo.token
|
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
|
if extraUses ~= nil and extraUses[type] ~= nil then
|
||||||
tokenCount = tokenCount + extraUses[type]
|
tokenCount = tokenCount + extraUses[type]
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user