1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Mtn - remove lights inside icw

This commit is contained in:
Gerkiz 2021-05-08 11:34:13 +02:00
parent 504d5ded97
commit 617d99eac1

View File

@ -97,7 +97,7 @@ local function on_tick()
if tick % 10 == 0 then
Functions.item_transfer(icw)
Functions.hazardous_debris(icw)
Functions.glimpse_of_lights(icw)
-- Functions.glimpse_of_lights(icw)
end
if tick % 240 == 0 then
Functions.update_minimap(icw)