summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 14:44:15 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 14:44:15 +0000
commit49401e18692e235ddd101c51073d93d96a33954e (patch)
treecb0b7ebf262dbef83021c6e0497407d47993373a /crawl-ref/docs
parente37ab8471fcc8761a0d4a4954918ec4c679ed1bb (diff)
downloadcrawl-ref-49401e18692e235ddd101c51073d93d96a33954e.tar.gz
crawl-ref-49401e18692e235ddd101c51073d93d96a33954e.zip
Added allow_self_target option, with possible values yes, no, prompt.
Added brief documentation (could be improved.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6339 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/options_guide.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 270ea663a0..c0c39d151c 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -58,7 +58,7 @@ The contents of this text are:
stash_remove_decay
4-i Command Enhancements.
auto_list, easy_open, easy_unequip, easy_confirm,
- easy_butcher, always_confirm_butcher,
+ allow_self_target, easy_butcher, always_confirm_butcher,
swap_when_safe, easy_quit_item_prompts, easy_exit_menu,
sort_menus
4-j Message and Display Improvements.
@@ -976,6 +976,14 @@ easy_confirm = (none | safe)
'y', which can result in accidentally answering yes to
questions.
+allow_self_target = (yes | no | prompt)
+ Allow targeting yourself with risky magic (e.g., the spell
+ Bolt of Fire or a wand of slowing.)
+ When set to 'yes', you are a valid target. When set to 'no',
+ you cannot target yourself with such spells. When set to
+ 'prompt' (the default), you will be required to confirm
+ self-targeting.
+
easy_butcher = true
If true, auto-switch to an appropriate uncursed weapon for
butchery. For such tools any special messages are ignored. If