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, 3 insertions, 7 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 2eea4855ff..66ab9a0cdb 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -926,13 +926,9 @@ int animate_remains(const coord_def &a, corpse_type class_allowed,
// Ignore quiet.
if (was_butchering)
{
- 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!");
- }
+ mprf("The corpse you are butchering rises to %s!",
+ beha == BEH_FRIENDLY ? "join your ranks"
+ : "attack");
}
if (!quiet && see_grid(a))