summaryrefslogtreecommitdiffstats
path: root/crawl-ref/settings/init.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/settings/init.txt')
-rw-r--r--crawl-ref/settings/init.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/settings/init.txt b/crawl-ref/settings/init.txt
index d489f53e32..7499e48ec6 100644
--- a/crawl-ref/settings/init.txt
+++ b/crawl-ref/settings/init.txt
@@ -80,6 +80,7 @@ lua_file = lua/runrest.lua
lua_file = lua/gearset.lua
lua_file = lua/eat.lua
lua_file = lua/trapwalk.lua
+lua_file = lua/pickup.lua
# kills.lua yields more information at the cost of huge dumps.
# lua_file = lua/kills.lua
@@ -90,9 +91,9 @@ lua_file = lua/trapwalk.lua
#
autopickup = $?!+"/%)
-# lua routines for automatically picking up one butchering tool
-# This require ) in autopickup and no further weapons are picked up.
-include = pickup_butcher_tool.txt
+# Note that ")" have to be in the above list for pickup.lua
+# (autopickup a butchering tool if you don't already have one)
+# to work.
# There is a long list of autopickup exceptions in
include = autopickup_exceptions.txt