AUTO_START = true combo = FoEn default_manual_training=true auto_butcher = very full show_travel_trail = false allow_self_target = yes autofight_stop = 0 easy_confirm = all hp_warning = 0 mp_warning = 0 hp_colour = 50:yellow, 0:red mp_colour = 50:yellow, 0:red travel_delay = 40 explore_delay = 50 show_more = false item_stack_summary_minimum = 6 msg_condense_short = false explore_auto_rest = false runrest_ignore_message ^= You feel.*sick confirm_butcher = never chunks_autopickup = true easy_eat_chunks = true easy_eat_gourmand = true easy_eat_contaminated = true auto_eat_chunks = true auto_drop_chunks = rotten runrest_stop_message += corpse message_colour += mute:You (start|continue|finish|stop) butchering message_colour += mute:This raw flesh tastes message_colour += mute:You continue eating { function find_corpse() for item_under_you in iter.invent_iterator:new(you.floor_items()) do if string.find(item_under_you.name(),"corpse") then return true end end end } { function ready() if you.feel_safe() and find_corpse() then crawl.sendkeys("c") crawl.process_command() end end } auto_butcher = very full