summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b3a4c334e0..855060f95c 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -3075,6 +3075,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);
}
@@ -5495,8 +5499,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