summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 20:29:53 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 20:29:53 +0000
commitb4338a00f5d85699e599307f09d502e3cbd621dc (patch)
tree4d6a92ff46a4554fa68dc3086408678f133deca6 /crawl-ref/docs/options_guide.txt
parentef5094188d7c6837338f773c33e6cd5c05d17cd9 (diff)
downloadcrawl-ref-b4338a00f5d85699e599307f09d502e3cbd621dc.tar.gz
crawl-ref-b4338a00f5d85699e599307f09d502e3cbd621dc.zip
Change part of the z/Z handling:
* added option darken_beyond_range (defaults to true) * Z doesn't show the spell list anymore git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10278 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 2a48a26872..2cc76e3926 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -582,6 +582,12 @@ target_unshifted_dirs = false
If you use target_unshifted_dirs, default_target will be
automatically disabled.
+darken_beyond_range = true
+ If set to true, everything beyond range when targeting will be
+ coloured grey. Setting this to false will also suppress the brief
+ flash if there are no visible monsters within range, both for
+ ASCII and the Tiles version.
+
4-c Passive Sightings (detected or remembered entities).
-----------------------------------------------------------