Page 1 of 1

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

Posted: Sun Mar 24, 2019 5:38 pm
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