summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 6195816558..a369a7edcc 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2763,6 +2763,7 @@ static bool beogh_followers_abandon_you()
num_followers++;
if (mons_player_visible(monster)
+ && !mons_is_sleeping(monster)
&& !mons_is_confused(monster)
&& !mons_is_paralysed(monster)
&& !mons_is_caught(monster))