From 328b99db7947fd001cf46405693beeb2a008ff18 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 10 Jul 2008 16:09:53 +0000 Subject: 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 --- crawl-ref/source/abl-show.cc | 5 ++--- 1 file 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 -- cgit v1.2.3-54-g00ecf