summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 23:11:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 23:11:07 +0000
commitfad49feb8f562b62d6faf413adc6bdbafa52121c (patch)
tree587d571a3d60a45c1da917518c48bbdff7f8a0f8 /crawl-ref/source/effects.cc
parent5d67b7dd209ef2db81de963d877fc54916694939 (diff)
downloadcrawl-ref-fad49feb8f562b62d6faf413adc6bdbafa52121c.tar.gz
crawl-ref-fad49feb8f562b62d6faf413adc6bdbafa52121c.zip
Clean up.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8605 c06c8d41-db1a-0410-9941-cceddc491573
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;