summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-clone.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-20 23:25:29 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-21 01:34:35 +0200
commitaaea51835ffddbd677776a59320d924921a6701b (patch)
tree6ef55b674dcc23fe93d52cd2974b463151b94453 /crawl-ref/source/mon-clone.cc
parent888cf270cf25fc62bcecc24a2ac530fbb14f568d (diff)
downloadcrawl-ref-aaea51835ffddbd677776a59320d924921a6701b.tar.gz
crawl-ref-aaea51835ffddbd677776a59320d924921a6701b.zip
Mindexicide: behaviour_event().
This also reveals how bad the beam blaming code is, need to rewrite that soon -- mostly because of problems with reflection.
Diffstat (limited to 'crawl-ref/source/mon-clone.cc')
-rw-r--r--crawl-ref/source/mon-clone.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-clone.cc b/crawl-ref/source/mon-clone.cc
index c503555dbb..142825e3c5 100644
--- a/crawl-ref/source/mon-clone.cc
+++ b/crawl-ref/source/mon-clone.cc
@@ -116,7 +116,7 @@ static void _mons_summon_monster_illusion(monster* caster,
clone->del_ench(ENCH_CORONA);
clone->del_ench(ENCH_SILVER_CORONA);
- behaviour_event(clone, ME_ALERT, MHITNOT, caster->pos());
+ behaviour_event(clone, ME_ALERT, 0, caster->pos());
if (cloning_visible)
{