summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monspeak.cc')
-rw-r--r--crawl-ref/source/monspeak.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index e473939cea..948061e48e 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -224,6 +224,10 @@ bool mons_speaks(const monsters *monster)
if (monster->has_ench(ENCH_CHARM))
return false;
+ // berserk monsters just want your hide.
+ if (monster->has_ench(ENCH_BERSERK))
+ return false;
+
if (monster->has_ench(ENCH_CONFUSION))
{
if (mons_holiness( monster ) == MH_DEMONIC