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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index c5a4e71e95..6fb2d174ee 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1822,7 +1822,7 @@ blessing_done:
whom = "you";
else
{
- if (mons_near(follower) && player_monster_visible(follower))
+ if (you.can_see(follower))
whom = follower->name(DESC_NOCAP_THE);
else
whom = "a follower";