Allow character-corpses to be deconstructable (picking up with robots)

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
User avatar
lovely_santa
Filter Inserter
Filter Inserter
Posts: 502
Joined: Sat Feb 18, 2017 9:41 pm
Contact:

Allow character-corpses to be deconstructable (picking up with robots)

Post by lovely_santa »

Hi,

I have a simple request :lol: .

Could character-corpses become deconstructable with the deconstruction planner? This would mean bots could empty the character corpse out.

The thing preventing this at this point is

Code: Select all

bool isBuilding() const override { return false; }
and in the base game setting the flag "not-deconstructable" so the base behaviour is not deconstructible by bots.

Allowing characters to be mined could bring some neat tricks to mods that want to collect biter drops without having to drop items on the floor, but having them in a corpse. Or in a big base, when you die on a train track to deconstruct your body from the rails.

Kind regards
lovely_santa
You can find all my mods on the mod portal. Also helping on Arch666Angel's mods.
Image

Post Reply

Return to “Modding interface requests”