summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc10
1 files changed, 9 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index c0c963b25e..2eea4855ff 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -925,7 +925,15 @@ int animate_remains(const coord_def &a, corpse_type class_allowed,
{
// Ignore quiet.
if (was_butchering)
- mpr("The corpse you are butchering rises to attack!");
+ {
+ if (beha == BEH_HOSTILE)
+ mpr("The corpse you are butchering rises to attack!");
+ else
+ {
+ mpr("The corpse you are butchering rises to join "
+ "your ranks!");
+ }
+ }
if (!quiet && see_grid(a))
mpr("The dead are walking!");