summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-speak.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-07-15 19:20:57 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-07-15 22:41:11 -0600
commit0d004d7d187477d76832a96a5d9997508bad19ff (patch)
treeebf4b839d49ce98e9d58b2dc4af99e2edee0a86d /crawl-ref/source/mon-speak.cc
parente4b7ec4c851d5e1edb719a64312035e6b7a6afdc (diff)
downloadcrawl-ref-0d004d7d187477d76832a96a5d9997508bad19ff.tar.gz
crawl-ref-0d004d7d187477d76832a96a5d9997508bad19ff.zip
Don't equate frenzy with berserk; let non-natural monsters frenzy.
This removes the implicit haste, might, and HP boost associated with frenzy. Frenzying a natural monster also hastes and mights them; frenzying a non-natural monster will simply make them attack nearby monsters indiscriminately without any combat enhancements.
Diffstat (limited to 'crawl-ref/source/mon-speak.cc')
-rw-r--r--crawl-ref/source/mon-speak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-speak.cc b/crawl-ref/source/mon-speak.cc
index c3fbf8da6b..eac38117e5 100644
--- a/crawl-ref/source/mon-speak.cc
+++ b/crawl-ref/source/mon-speak.cc
@@ -428,7 +428,7 @@ bool mons_speaks(monster* mons)
}
// Berserk monsters just want your hide.
- if (mons->berserk())
+ if (mons->berserk_or_insane())
return false;
// Rolling beetles shouldn't twitch antennae