summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-19 03:30:46 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-19 03:30:46 +0000
commita98b88c34760cb85963de4782bae483c5a175bc5 (patch)
treecc520b860cbd9f0354872d74fdc108efba2ddf67 /crawl-ref/docs
parent478bb9ee6ad07a89755cd4314a703bfce4f2c395 (diff)
downloadcrawl-ref-a98b88c34760cb85963de4782bae483c5a175bc5.tar.gz
crawl-ref-a98b88c34760cb85963de4782bae483c5a175bc5.zip
note_items now only notes when items are identified. NOTE_GET_ITEM is
now hardcoded for when runes, the Orb, or artefacts are first picked up. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5968 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/options_guide.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index 470f742f25..0d0c04663d 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -1582,8 +1582,8 @@ The following events are logged:
- Being put under penance and being forgiven
- Receiving a gift from a god (except Xom)
- Being able to invoke a godly power for the first time
- - Picking up a rune or the orb of zot for the first time
- - Identifying items, or picking them up for the first time (see below)
+ - Picking up a rune, the Orb of Zot, or an artefact for the first time.
+ - Identifying items.
- Killing OOD or unique monsters (see below)
- Reaching critical HP levels (see below)
- Gaining or losing mutations
@@ -1596,14 +1596,14 @@ user_note_prefix = <string>
them easier to find.
note_items = <regexes>
- When an item is identified or picked up for the first time, it will
- be noted if its short description matches a regex. E.g.
+ When an item is identified for the first time, it will be
+ noted if its short description matches a regex. E.g.
note_items = rod,book,acquirement
Artefacts (fixed, unrand, or random) will always be noted when
identified, regardless of note_items.
The description matched against has the same prefixes as notes
- for the menu_colour option (e.g., "identified", "know", etc).
+ for the menu_colour option (e.g., "emergency_item").
note_monsters = <regex list>
Monsters whose name matches an item in this comma-separated list