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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index f40a148903..393440f36c 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -392,7 +392,7 @@ bool mons_speaks(monsters *monster)
}
// Berserk monsters just want your hide.
- if (monster->has_ench(ENCH_BERSERK))
+ if (monster->berserk())
return (false);
// Monsters in a battle frenzy are likewise occupied.