1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-24 03:47:58 +02:00

Merge pull request #45 from ComfyFactory/mtn_v3

Mtn - remove lights inside icw
This commit is contained in:
Gerkiz 2021-05-08 11:35:17 +02:00 committed by GitHub
commit a0cb458f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)