Original Post — Direct link

I am testing designs to kill biters and dead bodies keep filling up my screen and making it difficult to see what I'm building and testing. Any suggestions for getting rid of them?

External link →
over 2 years ago - /u/Klonan - Direct link

Console command:

/c for k, v in pairs (game.player.surface.find_entities_filtered{type = "corpse", position = game.player.position, radius = 50}) do v.destroy() end