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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index c0a55da171..fc9c6cf271 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -135,13 +135,13 @@ void monster_grid_updates()
handle_monster_shouts(monster);
}
+ fedhas_neutralise(monster);
if (!monster->visible_to(&you))
continue;
good_god_follower_attitude_change(monster);
beogh_follower_convert(monster);
slime_convert(monster);
- fedhas_neutralise(monster);
}
}
}