Page 1 of 1

Automate "Chop up a corpse"

PostPosted: Thursday, 4th October 2018, 15:17
by DeepDeath
Any way to automate "Chop up a corpse"? Mainly for heavy apatite races, like Troll. It would be nice if the game automatically Chop if you are not Engorged.

Thanks

Re: Automate "Chop up a corpse"

PostPosted: Thursday, 4th October 2018, 15:27
by ichbins
auto_butcher = very hungry
If this is set to true, you will automatically travel to and attempt to
butcher edible corpses. Can also be set to a hunger threshold ('very
full', 'full', 'satiated', 'hungry', 'very hungry', or 'near starving')
to enable automatic butchery only when at that state or hungrier.


If you want it only for specific species, try sth like

  Code:
: if you.race() == "Troll" then
auto_butcher = true
:end