summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index fdd48acfbb..922b15d9e9 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1723,8 +1723,7 @@ public:
std::vector<std::pair<int, int> > mp_colour;
std::string map_file_name; // name of mapping file to use
- std::vector<text_pattern> never_pickup; // Objects we'll never pick up
- std::vector<text_pattern> always_pickup; // Stuff we always pick up
+ std::vector<std::pair<text_pattern, bool> > force_autopickup;
std::vector<text_pattern> note_monsters; // Interesting monsters
std::vector<text_pattern> note_messages; // Interesting messages
std::vector<std::pair<text_pattern, std::string> > autoinscriptions;