Fix extra clue in red board clue counter
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
Actually a piece of wood siding, but rather than fix this in general, I'm just decrementing the starting value by one
This commit is contained in:
parent
c4222d6315
commit
c31e508061
@ -40,7 +40,7 @@ end
|
||||
|
||||
--Activated once per second, counts items in bowls
|
||||
function countItems()
|
||||
local totalValue = -1
|
||||
local totalValue = -2
|
||||
local countableItems = findValidItemsInSphere()
|
||||
for ind, entry in ipairs(countableItems) do
|
||||
local descValue = tonumber(entry.hit_object.getDescription())
|
||||
|
Loading…
Reference in New Issue
Block a user