summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings
diff options
context:
space:
mode:
authorblackcustard <peterwicksstringfield@gmail.com>2013-03-23 15:38:59 -0500
committerPekka Lampila <pekka.lampila@iki.fi>2014-01-30 09:16:17 +0200
commitb8e70cca91d557a4b44f5822777a7b96e272b39d (patch)
tree3417794f07a88591604d4732be2cd1c2c36fdf17 /crawl-ref/settings
parent5885d96ce7a50a9fb8e9cc59e1df9d0eb8c1e046 (diff)
downloadcrawl-ref-b8e70cca91d557a4b44f5822777a7b96e272b39d.tar.gz
crawl-ref-b8e70cca91d557a4b44f5822777a7b96e272b39d.zip
Fix an example in the default configuration file.
Changing the variables used by the default options files after they have loaded does nothing. So stop telling people to do it.
Diffstat (limited to 'crawl-ref/settings')
-rw-r--r--crawl-ref/settings/init.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index c7d3751c50..03e08d5032 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -231,16 +231,16 @@
#
# Food is colour coded by default as follows:
#
-# yellow = preferred food ($preferred)
-# darkgrey = cannot be eaten at all ($inedible)
-# lightred = causes rot ($rot-inducing)
-# magenta = dangerous to use, mutagenic ($dangerous, $mutagenic)
-# red = considered "evil" by your deity ($evil)
-# lightgreen = poisonous ($poisonous)
-# brown = contaminated, may cause nausea ($contaminated)
+# yellow = preferred food
+# darkgrey = cannot be eaten at all
+# lightred = causes rot
+# magenta = dangerous to use, mutagenic
+# red = considered "evil" by your deity
+# lightgreen = poisonous
+# brown = contaminated, may cause nausea
#
# You can change colours by using something like
-# $contaminated := magenta
+# menu_colour ^= magenta:contaminated
# You can redefine inventory items like this:
# menu_colour ^= inventory:magenta:shillelagh
@@ -250,10 +250,10 @@
# Colouring of messages
# Messages are colour coded as follows:
#
-# lightred = really important messages ($danger)
-# yellow = significant messages ($warning)
-# lightred = item damaged/destroyed ($item_dmg [same as $danger])
-# darkgrey = boring, message clutter ($boring)
+# lightred = really important messages
+# yellow = significant messages
+# lightred = item damaged/destroyed
+# darkgrey = boring, message clutter
#
# Notes also use, quite misnamed, menu_colour: