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, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index efbcc91de7..34b544aa24 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -915,7 +915,7 @@ const zap_info zap_data[] = {
false,
BEAM_MMISSILE,
DCHAR_FIRED_DEBUG,
- true,
+ false,
false,
false
},
@@ -4843,7 +4843,7 @@ mon_resist_type bolt::apply_enchantment_to_monster(monsters* mon)
case BEAM_HEALING:
if (YOU_KILL(thrower))
{
- if (cast_healing(5 + damage.roll(), mon->pos()) > 0)
+ if (cast_healing(5 + damage.roll(), false, mon->pos()) > 0)
obvious_effect = true;
msg_generated = true; // to avoid duplicate "nothing happens"
}