summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-death.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-13 17:29:05 -0400
committerNeil Moore <neil@s-z.org>2014-06-13 17:29:05 -0400
commit692b94f52a830a7e8d40d05d11a0f3eea77e8295 (patch)
tree258435c695522d17c97b989d7f0da7939834522b /crawl-ref/source/mon-death.cc
parenta0ae35b5a169be0108f74709e8c31618974e8a3f (diff)
downloadcrawl-ref-692b94f52a830a7e8d40d05d11a0f3eea77e8295.tar.gz
crawl-ref-692b94f52a830a7e8d40d05d11a0f3eea77e8295.zip
Fix whitespace.
Diffstat (limited to 'crawl-ref/source/mon-death.cc')
-rw-r--r--crawl-ref/source/mon-death.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-death.cc b/crawl-ref/source/mon-death.cc
index 6fb8da24d4..434503d152 100644
--- a/crawl-ref/source/mon-death.cc
+++ b/crawl-ref/source/mon-death.cc
@@ -992,7 +992,7 @@ static void _setup_lightning_explosion(bolt & beam, const monster& origin)
beam.ex_size = x_chance_in_y(origin.hit_dice, 24) ? 3 : 2;
// Don't credit the player for ally-summoned ball lightning explosions.
if (origin.summoner && origin.summoner != MID_PLAYER)
- beam.thrower = KILL_MON;
+ beam.thrower = KILL_MON;
}
static void _setup_prism_explosion(bolt& beam, const monster& origin)