summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-11 09:56:56 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-11 09:56:56 +0000
commit8ee15e29f95da59fa00c59e22db79a4e104794f4 (patch)
tree3702f25e880318b75a4298ce70be345d7d02fc54 /crawl-ref/source/initfile.cc
parent4253009d0db24eb91b3daee9459f59a4a18f6142 (diff)
downloadcrawl-ref-8ee15e29f95da59fa00c59e22db79a4e104794f4.tar.gz
crawl-ref-8ee15e29f95da59fa00c59e22db79a4e104794f4.zip
[1737348] Allow stash.lua to annotate item names for autopickup so autopickup
can use matches like <Short Blades. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1832 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 2467cc8b60..bcf373e371 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -1412,6 +1412,7 @@ void game_options::read_option_line(const std::string &str, bool runscript)
if (key != "name" && key != "crawl_dir"
&& key != "race" && key != "class" && key != "ban_pickup"
+ && key != "autopickup_exceptions"
&& key != "stop_travel" && key != "sound"
&& key != "travel_stop_message"
&& key != "drop_filter" && key != "lua_file"