From 49401e18692e235ddd101c51073d93d96a33954e Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 2 Jul 2008 14:44:15 +0000 Subject: 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 --- crawl-ref/docs/options_guide.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'crawl-ref/docs') 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 -- cgit v1.2.3-54-g00ecf