summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 0cec23aca5..0d679856c9 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -7424,8 +7424,7 @@ bool monsters::sicken(int amount)
if (holiness() != MH_NATURAL || (amount /= 2) < 1)
return (false);
- if (!has_ench(ENCH_SICK)
- && mons_near(this) && player_monster_visible(this))
+ if (!has_ench(ENCH_SICK) && you.can_see(this))
{
// Yes, could be confused with poisoning.
mprf("%s looks sick.", name(DESC_CAP_THE).c_str());