summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/travel_stoppers.txt
blob: 30913a2bf15051c5a8f9517169c41c2087747ad8 (plain) (blame)
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
stop := travel_stop_message

# God channel
#
# By default, all god messages stop autotravel.
# You can use a different scheme by commenting in/out.
stop = god:.*
# stop = Something appears
# stop = god:wrath finds you

# Expiring spells
#
stop = Your icy armour evaporates
stop = You feel less protected from missiles
stop = falls from the air

# Traps
#
stop = found a trap
stop = You have blundered into a Zot trap
stop = Wait a moment
stop = You fall through a shaft

# Ailments
#
stop = flesh start

# Ghouls
#
: if you.race() == "Ghoul" then
stop = smell.*(rott(ing|en)|decay)
stop = something tasty in your inventory
: end