summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/travel_stoppers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/settings/travel_stoppers.txt')
-rw-r--r--crawl-ref/settings/travel_stoppers.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/settings/travel_stoppers.txt b/crawl-ref/settings/travel_stoppers.txt
index f71186eba5..30913a2bf1 100644
--- a/crawl-ref/settings/travel_stoppers.txt
+++ b/crawl-ref/settings/travel_stoppers.txt
@@ -24,3 +24,10 @@ 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 \ No newline at end of file