summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/travel_stoppers.txt
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 23:05:09 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 23:05:09 +0000
commit395829b30fde460c96a7429fb87428dd576ab5b8 (patch)
tree941a94eb1c0803f8feb74d3a189d434ed373e5ee /crawl-ref/settings/travel_stoppers.txt
parent28364e961a56dcc73cf7d15562d253d392745642 (diff)
downloadcrawl-ref-395829b30fde460c96a7429fb87428dd576ab5b8.tar.gz
crawl-ref-395829b30fde460c96a7429fb87428dd576ab5b8.zip
Added several include files to the init.txt. These add colours to items in
the inventory (or other menus) and to messages. Most controversial will be food_colouring which colour codes chunks andcorpses based on their quality. Note that these files are included by default. Thanks go to a great many ##crawl activists, among them b0rsuk, doy, ekiM, stabwound. To do: Examining corpses and chunks should show their edible state as well. Several of the colours should be globally defined; see FR 1977121 for this. Also copy the highlighting of marked items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5319 c06c8d41-db1a-0410-9941-cceddc491573
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