summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-06 23:36:22 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-10 06:46:34 +0100
commit61c80455bf9c2fa6312891a9917febe57cc4023a (patch)
treeb50fd5ebd4fc610d406908b976fb5a1a08073f38 /crawl-ref/settings
parent07b0eb35980d0d7ee4d0438a7e8ae665146e3e70 (diff)
downloadcrawl-ref-61c80455bf9c2fa6312891a9917febe57cc4023a.tar.gz
crawl-ref-61c80455bf9c2fa6312891a9917febe57cc4023a.zip
Add an option for more consistent prompt behaviour when changing jewellery
When enabled, you will always be prompted to choose a hand/tentacle when equipping a ring, even if you currently have some empty slots, or if one ring is cursed, etc. As a result, "Px>" should always result in "put ring x on right hand", and never "put on ring x, then go downstairs", for example.
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index b8f90c30b9..5b6b6412a1 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -178,6 +178,7 @@
# travel_open_doors = false
# easy_unequip = false
# equip_unequip = true
+# jewellery_prompt = true
# easy_confirm = (none | safe | all)
# allow_self_target = (yes | no | prompt)
# confirm_butcher = (auto | always | never)