From a98b88c34760cb85963de4782bae483c5a175bc5 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 19 Jun 2008 03:30:46 +0000 Subject: 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 --- crawl-ref/docs/options_guide.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref/docs') 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 = them easier to find. note_items = - 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 = Monsters whose name matches an item in this comma-separated list -- cgit v1.2.3-54-g00ecf