summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index e884628f9a..4c498f0def 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -374,8 +374,10 @@ static void _place_monster_corpse(const monsters *monster, bool silent,
if (you.can_see(monster))
simple_monster_message(monster, " turns back into a corpse!");
else
+ {
mprf("%s appears out of nowhere!",
mitm[o].name(DESC_CAP_A).c_str());
+ }
}
const bool poison = (mons_corpse_effect(corpse_class) == CE_POISONOUS
&& player_res_poison() <= 0);