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.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index b3a4c334e0..06e016e146 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -3235,6 +3235,10 @@ void bolt::affect_place_explosion_clouds()
// A little helper function to handle the calling of ouch()...
void bolt::internal_ouch(int dam)
{
+ mprf("aimed_at_feet: %s, effect_known: %s",
+ aimed_at_feet ? "true" : "false",
+ effect_known ? "true" : "false");
+
monsters *monst = NULL;
if (!invalid_monster_index(beam_source) && menv[beam_source].type != -1)
monst = &menv[beam_source];