/usr/share/crawl/settings/runrest_messages.txt is in crawl-common 2:0.10.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | stop := runrest_stop_message
ignore := runrest_ignore_message
ignore = Jiyva gurgles merrily
ignore = Jiyva appreciates your sacrifice
ignore = Jiyva says: Divide and consume
ignore = You hear.*splatter
ignore = You feel.*sick
ignore = disappears in a puff of smoke
ignore = engulfed in a cloud of smoke
ignore = standing in the rain
ignore = engulfed in white fluffiness
ignore = safely over a trap
ignore = A.*toadstool withers and dies
ignore = toadstools? grows
ignore = You walk carefully through the
ignore = Eating a chunk
ignore = This .*flesh tastes
ignore = You .* eating
# Traps
#
ignore = You found a web trap!
stop = found.*trap
stop = You have blundered into a Zot trap
stop = You fall through a shaft
# Ailments
#
stop = flesh start
# Nausea
#
# By default, stop if you have spoilable food you can eat right now,
# don't in other cases.
stop = Your stomach is not as upset anymore. and you want to eat\.
# FIXME: might not actually be edible...
stop = If you dropped the corpses? in your pack you could butcher
ignore = Your stomach is not as upset anymore
# Ghouls
#
: if you.race() == "Ghoul" then
stop = smell.*(rott(ing|en)|decay)
stop = something tasty in your inventory
: end
ignore = pray:
ignore = talk:
ignore = talk_visual:
ignore = friend_spell:
ignore = friend_enchant:
ignore = friend_action:
ignore = sound:
stop = god:
stop = tutorial:
|