summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-10 16:09:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-10 16:09:53 +0000
commit328b99db7947fd001cf46405693beeb2a008ff18 (patch)
treec8064e3f84600ce547b037c0d625b789d70ec159
parent3680ca92908368402ea6caf2f9066213e3a816fc (diff)
downloadcrawl-ref-328b99db7947fd001cf46405693beeb2a008ff18.tar.gz
crawl-ref-328b99db7947fd001cf46405693beeb2a008ff18.zip
Apply trunk r6476 to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6477 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/abl-show.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index a1755b148e..f0e01f7ed8 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1618,7 +1618,7 @@ static bool _do_ability(const ability_def& abil)
you.attribute[ATTR_DIVINE_LIGHTNING_PROTECTION] = 1;
simple_god_message(" hurls a blast of lightning!", GOD_MAKHLEB);
- // make a divine lightning bolt...
+ // Make a divine lightning bolt, and fire!
beam.beam_source = NON_MONSTER;
beam.type = dchar_glyph(DCHAR_FIRED_BURST);
beam.damage = dice_def(3, 30);
@@ -1631,8 +1631,7 @@ static bool _do_ability(const ability_def& abil)
beam.aux_source = "Makhleb's lightning strike";
beam.ex_size = 1 + you.skills[SK_INVOCATIONS] / 8;
beam.is_tracer = false;
-
- // ... and fire!
+ beam.is_explosion = true;
explosion(beam);
// protection down