mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-04 00:15:45 +02:00
Mtn - remove lights inside icw
This commit is contained in:
parent
504d5ded97
commit
617d99eac1
@ -97,7 +97,7 @@ local function on_tick()
|
|||||||
if tick % 10 == 0 then
|
if tick % 10 == 0 then
|
||||||
Functions.item_transfer(icw)
|
Functions.item_transfer(icw)
|
||||||
Functions.hazardous_debris(icw)
|
Functions.hazardous_debris(icw)
|
||||||
Functions.glimpse_of_lights(icw)
|
-- Functions.glimpse_of_lights(icw)
|
||||||
end
|
end
|
||||||
if tick % 240 == 0 then
|
if tick % 240 == 0 then
|
||||||
Functions.update_minimap(icw)
|
Functions.update_minimap(icw)
|
||||||
|
Loading…
Reference in New Issue
Block a user