summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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