diff --git a/unpacked/Custom_Model 37be78.ttslua b/unpacked/Custom_Model 37be78.ttslua index 8334cbdcb..826d71e3a 100644 --- a/unpacked/Custom_Model 37be78.ttslua +++ b/unpacked/Custom_Model 37be78.ttslua @@ -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())