summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index d30b1815cc..d95935dce4 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -3178,6 +3178,7 @@ static std::string _get_monster_desc(const monsters *mon)
dungeon_feature_type blocking_feat;
if (!crawl_state.arena_suspended
+ && mon->pos() != you.pos()
&& _blocked_ray(mon->pos(), &blocking_feat))
{
text += "Your line of fire to " + mon->pronoun(PRONOUN_OBJECTIVE)