summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index f08669745c..5352120230 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -5014,6 +5014,8 @@ bool monsters::do_shaft()
else
mpr("A shaft briefly opens up in the floor!");
}
+
+ handle_items_on_shaft(this->x, this->y, false);
return (false);
}
}
@@ -5028,6 +5030,8 @@ bool monsters::do_shaft()
if (simple_monster_message(this, " falls through a shaft!"))
reveal = true;;
+ handle_items_on_shaft(this->x, this->y, false);
+
// Monster is no longer on this level
destroy_inventory();
monster_cleanup(this);