summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 0c1dd4faa9..b7fdba8714 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2121,6 +2121,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
if (newlevel)
{
+ // When entering a new level, reset friendly_pickup to default.
Options.friendly_pickup = Options.default_friendly_pickup;
switch(you.level_type)