summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 10:09:32 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 10:09:32 +0000
commit9653c4df0b8eed0f34ac20efbdc6b5421aa4fd86 (patch)
tree76a74b2f94100598125969a138a2b9913af7530c /crawl-ref/docs
parent365b4e61effbde10336dc2cfe207b8c5655d4020 (diff)
downloadcrawl-ref-9653c4df0b8eed0f34ac20efbdc6b5421aa4fd86.tar.gz
crawl-ref-9653c4df0b8eed0f34ac20efbdc6b5421aa4fd86.zip
Doc fixes (Erik)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2547 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs')
-rw-r--r--crawl-ref/docs/crawl_options.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index ac092d28d0..1e830380e8 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -622,8 +622,7 @@ travel_stop_message = <list of regexes>
travel_stop_message = god:wrath finds you
If you'd like to stop travel for any message sent to a particular
channel, use a travel_stop_message line with that message channel name
- and a colon alone. For example, if you've an amulet of the gourmand,
- and are hankering after rotten meat, or you're playing a ghoul:
+ and a colon alone. For example, if you're playing a ghoul:
travel_stop_message = rotten_meat:
Stop travel for any god messages (including prayer)
travel_stop_message = god:
@@ -668,7 +667,7 @@ runrest_ignore_monster = <string>:<distance>
Any monster containing the string will only interrupt your
activity if the distance between you and the monster is
less than the specified number. E.g. with
- runrest_ingore_monster = fish:3
+ runrest_ignore_monster = fish:3
all of big fish, jellyfish, giant goldfish and lavafish will be
considered safe for travel, explore and resting as long as the distance
is at least 3.