minor fixes (#38)

Co-authored-by: dutchie032 <dutchie032>
This commit is contained in:
2025-05-25 14:25:38 +02:00
committed by GitHub
co-authored by dutchie032 <dutchie032>
parent 14589e261f
commit 61d2792524
5 changed files with 13 additions and 3 deletions
@@ -174,6 +174,11 @@ function BuildableMission:SpawnActive()
---@param time number
local checkForCrateTasks = function (selfA, time)
selfA:CheckCratesInZone()
if selfA:getState() == "COMPLETED" then
return nil
end
return time + 10
end