summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 19fbf8cae9..c87f7265be 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -623,11 +623,12 @@ void game_options::reset_options()
stash_tracking = STM_ALL;
- explore_stop = ES_ITEM | ES_STAIR | ES_SHOP | ES_ALTAR;
+ explore_stop = ES_ITEM | ES_STAIR | ES_SHOP | ES_ALTAR
+ | ES_GREEDY_PICKUP;
// The prompt conditions will be combined into explore_stop after
// reading options.
- explore_stop_prompt = ES_GREEDY_PICKUP;
+ explore_stop_prompt = ES_NONE;
safe_zero_exp = true;
target_zero_exp = false;