summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index bb648c7741..acb938359a 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -783,6 +783,9 @@ void monster_grid(bool do_updates)
// hostile later on, it won't count as a good kill
monster->flags |= MF_CREATED_FRIENDLY;
monster->flags |= MF_GOD_GIFT;
+
+ // to avoid immobile "followers"
+ behaviour_event(monster, ME_ALERT, MHITYOU);
}
}
else if (mons_species(monster->type) == MONS_ORC