summaryrefslogtreecommitdiffstats
path: root/crawl-ref/init.txt
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-30 11:59:23 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-30 11:59:23 +0000
commit17d8bd89a7e6f4884334c0a8aa38907c43df5f81 (patch)
treeafac3746a2146ac097c8d31426af07db1e7a1170 /crawl-ref/init.txt
parentb92ab27580d7d18a9458e3478d85ff8b8633106c (diff)
downloadcrawl-ref-17d8bd89a7e6f4884334c0a8aa38907c43df5f81.tar.gz
crawl-ref-17d8bd89a7e6f4884334c0a8aa38907c43df5f81.zip
Added autopickup_exceptions option modeled on NetHack's, so that it's easy to
request stuff to pick up without inscribing with =g. ban_pickup is now semi-deprecated. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@908 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/init.txt')
-rw-r--r--crawl-ref/init.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/crawl-ref/init.txt b/crawl-ref/init.txt
index f99043eff9..cd7da6dcae 100644
--- a/crawl-ref/init.txt
+++ b/crawl-ref/init.txt
@@ -14,10 +14,11 @@
# cases (the character's name and specifying files or directories when
# on a system that has case-sensitive filenames).
#
-# White space is stripped from the begining and end of the line, as
-# well as imediately before and after the '='. If the option allows multiple
-# comma/semicolon-separated terms (such as ban_pickup), all whitespace around
-# the separator is also trimmed. All other whitespace is left intact.
+# White space is stripped from the begining and end of the line, as well as
+# imediately before and after the '='. If the option allows multiple
+# comma/semicolon-separated terms (such as autopickup_exceptions), all
+# whitespace around the separator is also trimmed. All other whitespace is left
+# intact.
#
# For descriptions concerning the option consult the file
# crawl_options.txt
@@ -74,7 +75,7 @@ lua_file = lua/trapwalk.lua
# pickup_dropped = true
# assign_item_slot = backward
#
-# ban_pickup = scrolls? of random uselessness
+# autopickup_exceptions = scrolls? of random uselessness
#
# drop_mode = (multi | single)
# pickup_mode = (single | multi | auto:5)