summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 7f8bedb703..07e9a43170 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1733,12 +1733,12 @@ int monster_die(monsters *monster, killer_type killer,
monster->destroy_inventory();
}
- if (!silent && !wizard && !mons_reset
+ if (!silent && !wizard && !mons_reset && corpse != -1
&& !(monster->flags & MF_KNOWN_MIMIC)
&& mons_is_shapeshifter(monster))
{
simple_monster_message(monster, "'s shape twists and changes "
- "as it dies; that was a shifter!");
+ "as it dies.");
}
// If we kill an invisible monster reactivate autopickup.