summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 569fc49a7d..567b6c26e9 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -3007,6 +3007,10 @@ bool bolt::affects_wall(dungeon_feature_type wall) const
if (flavour == BEAM_NUKE)
return (true);
+ // Lee's Rapid Deconstruction
+ if (flavour == BEAM_FRAG)
+ return (true);
+
return (false);
}
@@ -5272,8 +5276,8 @@ bool bolt::explode(bool show_more, bool hole_in_the_middle)
#if DEBUG_DIAGNOSTICS
mprf(MSGCH_DIAGNOSTICS,
- "explosion at (%d, %d) : t=%d c=%d f=%d hit=%d dam=%dd%d",
- pos().x, pos().y, type, colour, flavour, hit, damage.num, damage.size);
+ "explosion at (%d, %d) : t=%d c=%d f=%d hit=%d dam=%dd%d r=%d",
+ pos().x, pos().y, type, colour, flavour, hit, damage.num, damage.size, r);
#endif
// make a noise