Don't reset timeout if already dropped

This commit is contained in:
Empathic Qubit 2021-05-06 05:05:25 -04:00
parent cf4842e124
commit 55d0bff81c

View file

@ -566,7 +566,7 @@ local function mainLoop(_M, genome)
end end
local fell = game.fell() local fell = game.fell()
if fell then if fell and _M.timeout > 0 then
_M.timeout = 0 _M.timeout = 0
end end