summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 56c89402fa..94a6019e5d 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -329,7 +329,7 @@ void immolation(int pow, int caster, coord_def where, bool known,
beam.effect_known = known;
beam.affects_items = (caster != IMMOLATION_SCROLL);
- if (caster == IMMOLATION_GENERIC || attacker == NULL)
+ if (caster == IMMOLATION_GENERIC)
{
beam.thrower = KILL_MISC;
beam.beam_source = NON_MONSTER;