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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 5bb8f85e37..cfbd60814f 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -4496,8 +4496,10 @@ bool monsters::drop_item(int eslot, int near)
pitem->flags |= ISFLAG_DROPPED_BY_ALLY;
if (need_message(near))
+ {
mprf("%s drops %s.", name(DESC_CAP_THE).c_str(),
pitem->name(DESC_NOCAP_A).c_str());
+ }
dungeon_feature_type feat = grd(pos());
if (grid_destroys_items(feat))