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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 33ccaad9b6..00ecbfff4e 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1569,7 +1569,7 @@ void fire_beam( bolt &pbolt, item_def *item, bool drop_item )
// canned msg for enchantments that affected no-one, but only if the
// enchantment is yours.
- if (pbolt.name[0] == '0' && pbolt.flavour != BEAM_DIGGING)
+ if (pbolt.name[0] == '0')
{
if (!pbolt.is_tracer && !pbolt.msg_generated && !pbolt.obvious_effect
&& YOU_KILL(pbolt.thrower))