summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-11-12 20:50:06 +0000
committerChris Campbell <chriscampbell89@gmail.com>2011-11-12 20:50:06 +0000
commit9331e5b8a8e7cec2572e1d7a4f185d33baeea5ba (patch)
treeb20efa1691182da7b3a7cf0b60fdbc964dfdff6f /crawl-ref/source/l_option.cc
parentea54e9d12de1685c59b8c008cdc2e07d9ed8c4bf (diff)
downloadcrawl-ref-9331e5b8a8e7cec2572e1d7a4f185d33baeea5ba.tar.gz
crawl-ref-9331e5b8a8e7cec2572e1d7a4f185d33baeea5ba.zip
Change always_confirm_butcher to allow butchering the top corpse of a stack with one keypress
"auto" is the default and identical to the current default behaviour - if there's a single corpse, butcher it, if there are multiples, ask which ones to butcher. "always" is identical to the old "always_confirm_butcher = true" - the prompt is always displayed, even if there's only one corpse. "never" is new behaviour - if there's a single corpse, it's butchered, and if there are multiples, then the top corpse is butchered (skipping corpses that your god would get angry at you for butchering entirely). Possibly this should be expanded to also skip rotten corpses if you're not a saprovore, and so on.
Diffstat (limited to 'crawl-ref/source/l_option.cc')
-rw-r--r--crawl-ref/source/l_option.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/l_option.cc b/crawl-ref/source/l_option.cc
index b3a0d079fa..e7906a1761 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -41,7 +41,6 @@ static option_handler handlers[] =
{ "easy_open", &Options.easy_open, option_hboolean },
{ "easy_armour", &Options.easy_unequip, option_hboolean },
{ "easy_unequip", &Options.easy_unequip, option_hboolean },
- { "always_confirm_butcher", &Options.always_confirm_butcher, option_hboolean },
{ "default_target", &Options.default_target, option_hboolean },
{ "autopickup_no_burden", &Options.autopickup_no_burden, option_hboolean },
{ "note_skill_max", &Options.note_skill_max, option_hboolean },