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, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 47306728ab..15c3bfd9ee 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -2930,7 +2930,7 @@ bool simple_monster_message(const monsters *monster, const char *event,
msg += event;
msg = apostrophise_fixup(msg);
- if (channel == MSGCH_PLAIN && mons_wont_attack_real(monster))
+ if (channel == MSGCH_PLAIN && mons_wont_attack(monster))
channel = MSGCH_FRIEND_ACTION;
mpr(msg.c_str(), channel, param);