summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index 4e37f4352d..9d0bc6d3d6 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -245,6 +245,10 @@ public:
int explore_stop_prompt;
+ // Don't stop greedy explore when picking up an item which matches
+ // any of these patterns.
+ std::vector<text_pattern> explore_stop_pickup_ignore;
+
bool explore_greedy; // Explore goes after items as well.
// How much more eager greedy-explore is for items than to explore.