1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-11 13:39:17 +02:00

Leave the forests alone!

This commit is contained in:
TWLTriston 2017-11-20 11:17:30 -05:00
parent fff3395cad
commit f3647face5

View File

@ -104,7 +104,7 @@ function run_combined_module(event)
e.destroy()
end
for _, e in pairs(surface.find_entities_filtered{area=area, type="tree"}) do
e.destroy()
-- e.destroy() -- Leaving the trees/forests
end
for _, e in pairs(surface.find_entities_filtered{area=area, type="simple-entity"}) do
e.destroy()