summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-15 22:06:31 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-15 22:06:31 +0000
commitf286cbea0ccc47a5d9c6a113f1d40460f7197a78 (patch)
treee93fcf6d8ab858364ba512e82a96a1e0e533a689 /crawl-ref/source/clua.cc
parent4a08b83f96c0579682fd9e9ec4e64eac0e4d854f (diff)
downloadcrawl-ref-f286cbea0ccc47a5d9c6a113f1d40460f7197a78.tar.gz
crawl-ref-f286cbea0ccc47a5d9c6a113f1d40460f7197a78.zip
Added an option, always_confirm_butcher.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2857 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/clua.cc')
-rw-r--r--crawl-ref/source/clua.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc
index 3f9c7b55b9..81f5f0cb83 100644
--- a/crawl-ref/source/clua.cc
+++ b/crawl-ref/source/clua.cc
@@ -2083,6 +2083,7 @@ static option_handler handlers[] =
{ "easy_armour", &Options.easy_unequip, option_hboolean },
{ "easy_unequip", &Options.easy_unequip, option_hboolean },
{ "easy_butcher", &Options.easy_butcher, option_hboolean },
+ { "always_confirm_butcher", &Options.always_confirm_butcher, option_hboolean },
{ "terse_hand", &Options.terse_hand, option_hboolean },
{ "increasing_skill_progress", &Options.increasing_skill_progress, option_hboolean },
{ "confirm_self_target", &Options.confirm_self_target, option_hboolean },