summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index b52510d3b0..4064f13832 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -3060,7 +3060,7 @@ static void _handle_behaviour(monsters *mon)
// If a pacified monster is leaving the level, and has
// reached its goal, handle it here.
- if (isPacified && e_index != -1
+ if (e_index != -1
&& mon->x == e[e_index].target.x
&& mon->y == e[e_index].target.y)
{