I can't remove pollution
Posted: Sun Sep 24, 2017 5:46 pm
I tried this command:
/c local surface = game.player.surface; for coord in surface.get_chunks() do surface.pollute({coord.x * 32, coord.y * 32}, -10000000) end
But when I open map and click on red button, pollution cloud still shows.
F4 - pollution chunks, all my base is still polluted.
I just can't remove pollution.... .
/c local surface = game.player.surface; for coord in surface.get_chunks() do surface.pollute({coord.x * 32, coord.y * 32}, -10000000) end
But when I open map and click on red button, pollution cloud still shows.
F4 - pollution chunks, all my base is still polluted.
I just can't remove pollution.... .