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
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-10-04 22:43:03 +0530
commit0a9bc55e9cd63d2badb476ff24d5cb66d4a15950 (patch)
tree51a13210ccbb94f8b7989b679779d9ba5393ee3a /crawl-ref/docs/options_guide.txt
parent51bad159a467557a48c665cb12b46acdaa5153fb (diff)
downloadcrawl-ref-0a9bc55e9cd63d2badb476ff24d5cb66d4a15950.tar.gz
crawl-ref-0a9bc55e9cd63d2badb476ff24d5cb66d4a15950.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 41badf56e8..9b33332a3d 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -586,6 +586,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).
-----------------------------------------------------------