summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/options_guide.txt
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-15 08:11:00 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-15 08:11:00 +0000
commit6e5f05d27bd0f6cc12028f970d79f9fc3d2b6ff9 (patch)
tree9e104e76c927fbda4d89ddb60da9ba95084cdcf4 /crawl-ref/docs/options_guide.txt
parentc564056078547eddf6f7c7f76dc4e7939933c5a2 (diff)
downloadcrawl-ref-6e5f05d27bd0f6cc12028f970d79f9fc3d2b6ff9.tar.gz
crawl-ref-6e5f05d27bd0f6cc12028f970d79f9fc3d2b6ff9.zip
Make verbose_monster_pane default to true, and for TSO-ites colour monster pane
entries magenta if attacking that monster would be unchivalric. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8458 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/options_guide.txt')
-rw-r--r--crawl-ref/docs/options_guide.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 383a61b8ff..3d86d393c8 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -667,10 +667,11 @@ trap_item_brand = none
use this brand, the items on the square are hidden by the trap
symbol (^) and the trap symbol is branded.
-verbose_monster_pane = false
- If set to true when using the console version of Crawl (rather than
+verbose_monster_pane = true
+ If set to true false using the console version of Crawl (rather than
the tiles version), the pane listing the monsters in sight will give
- more detailed information than just "distracted" or "resting".
+ the older, less detailed information like "distracted" or "resting"
+ rather than "fleeing", "sleeping", "unaware", etc.
4-e Level Map Functions.
----------------------------