Fix bug #24 (Energy Storage respawn red gravel infinit)
This commit is contained in:
parent
aa7cdfba6e
commit
0b50136116
@ -163,8 +163,10 @@ end
|
|||||||
|
|
||||||
local function check_TES_integrity(pos, nvm)
|
local function check_TES_integrity(pos, nvm)
|
||||||
nvm.ticks = (nvm.ticks or 0) + 1
|
nvm.ticks = (nvm.ticks or 0) + 1
|
||||||
if (nvm.ticks % 5) == 0 then -- every 10 saec
|
if (nvm.ticks % 5) == 0 then -- every 10 sec
|
||||||
glowing(pos, nvm, (nvm.capa or 0) / (nvm.capa_max or 1) > 0.8)
|
if techage.is_running(nvm) then
|
||||||
|
glowing(pos, nvm, (nvm.capa or 0) / (nvm.capa_max or 1) > 0.8)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
if (nvm.ticks % 30) == 0 then -- every minute
|
if (nvm.ticks % 30) == 0 then -- every minute
|
||||||
return heatexchanger1_cmnd(pos, "volume")
|
return heatexchanger1_cmnd(pos, "volume")
|
||||||
|
Loading…
Reference in New Issue
Block a user