summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/crawl_options.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 22ee7983f4..b14152d26d 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -524,7 +524,9 @@ explore_stop = items,stairs,shops,altars
runrest_ignore_message = <string>
This only works if runrest.lua has been sourced already in init.txt.
Any message containing the string will *not* stop your run. E.g.
- runrest_ignore_message = prayer ends
+ runrest_ignore_message = offer a prayer,prayer is over
+ runrest_ignore_message = pleased with you,exalted
+ (useful in conjunction with autoprayer.)
runrest_ignore_poison = <poison damage>:<minimum hp>
This only works if runrest.lua has been sourced already in init.txt.