summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 157c288499..d842cdca0e 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2034,9 +2034,6 @@ int mons_ench_f2(monsters *monster, bolt &pbolt)
case BEAM_CHARM: /* 9 = charm */
if (monster->add_ench(ENCH_CHARM))
{
- // break fleeing and suchlike
- monster->behaviour = BEH_SEEK;
-
// put in an exception for fungi, plants and other things you won't
// notice becoming charmed.
if (simple_monster_message(monster, " is charmed."))