From 4f3b7b313168a4519e4cdf65aa006b87c19287a3 Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 29 Mar 2007 18:02:05 +0000 Subject: Clarified use of runrest_ignore_message for autoprayer (David.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1124 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/docs/crawl_manual.txt | 4 +++- crawl-ref/docs/crawl_options.txt | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt index 693bed2b45..f7c5f8d775 100644 --- a/crawl-ref/docs/crawl_manual.txt +++ b/crawl-ref/docs/crawl_manual.txt @@ -1907,7 +1907,9 @@ Non-game playing commands: In-game toggles: Ctrl-A Toggle autopickup. - Ctrl-V Toggle auto-prayer. + Ctrl-V Toggle auto-prayer. (You might want to set + runrest_ignore_message to ignore the prayer + message if you are using autoprayer.) Stashes: Ctrl-F Find (this searches in stashes and shops, you can use diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt index 110cb929cd..549c2c4e5c 100644 --- a/crawl-ref/docs/crawl_options.txt +++ b/crawl-ref/docs/crawl_options.txt @@ -641,6 +641,9 @@ default_autoprayer = false Note that even when you're praying, you can renew prayer anytime. Also note the option safe_zero_exp (see 4-a) decides whether zero experience monsters (like plants) are considered hostile. + If you use autoprayer, you might want to set runrest_ignore_message + to ignore the prayer messages (see the documentation for + runrest_ignore_message). sort_menus = (true | false | auto:X) When set to true, items are sorted by description in inventory and -- cgit v1.2.3-54-g00ecf