summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.com>2009-10-14 15:16:13 +1000
committerAdam Borowski <kilobyte@angband.pl>2009-10-17 13:30:01 +0200
commit3c6d609655935d831a3290307b0759a5e19ac198 (patch)
tree7c74b34a079995c05560079bd0e7a7354e4ad990 /crawl-ref/source/delay.cc
parentce61d4dca1b5ae83a387b52c159f6f8d76686352 (diff)
downloadcrawl-ref-3c6d609655935d831a3290307b0759a5e19ac198.tar.gz
crawl-ref-3c6d609655935d831a3290307b0759a5e19ac198.zip
Recite should not cause monsters to go berserk. (dpeg, Eronarn, due)
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index f7b4ef06bd..e3fe61924c 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -130,8 +130,6 @@ static int _recite_to_monsters(coord_def where, int pow, int, actor *)
{
simple_monster_message(mons, " goes into a battle-frenzy!");
}
- else if (mons->can_go_berserk())
- mons->go_berserk(true);
else
return (0); // nothing happens