summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index d63d6d8cfd..bc8f19d7f9 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -3617,7 +3617,7 @@ static int _affect_player( bolt &beam, item_def *item )
if (beam.is_tracer)
{
// Check whether thrower can see player, unless thrower == player.
- if (beam.thrower != KILL_YOU_MISSILE
+ if (beam.thrower != KILL_YOU_MISSILE && beam.thrower != KILL_YOU
&& (beam.can_see_invis || !you.invisible()
|| _fuzz_invis_tracer(beam)))
{