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 fbf60e9cee..bc6b0a1b9e 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1092,6 +1092,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
{
if (you.flight_mode() == FL_FLY && !force_stair)
mpr("You dive down through the shaft.");
+ handle_items_on_shaft(you.x_pos, you.y_pos, false);
}
else
climb_message(stair_find, false, old_level_type);