summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/crawl_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/crawl_options.txt')
-rw-r--r--crawl-ref/docs/crawl_options.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 549c2c4e5c..4b264d8df3 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -260,7 +260,7 @@ autopickup_exceptions = <pickup-regex, >don't-pickup-regex, ...
autopickup_exceptions = decay, degeneration
You can use multiple autopickup_exceptions lines. Some examples:
- autopickup_exceptions = degeneration, decay, confusion,
+ autopickup_exceptions = degeneration, decay, potions? of confusion,
autopickup_exceptions = potions? of slowing, potions? of paralysis
autopickup_exceptions = potions? of strong poison,potions? of poison
autopickup_exceptions = inaccuracy
@@ -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.
@@ -724,6 +726,8 @@ message_colour = <colour>:[<channel>:]<regex>
message_colour = yellow:LOW HITPOINT WARNING
You can also narrow the message match to a specific channel:
message_colour = lightred:god:xom
+ If you don't want to see a message at all, you can mute it:
+ message_colour = mute:You start resting
increasing_skill_progress = true
This affects the appearance of the skills screen ('m'). With the