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 703ab87661..d63d6d8cfd 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -4374,7 +4374,7 @@ static int _affect_monster(bolt &beam, monsters *mon, item_def *item)
if (submerged)
return (0);
- god_conduct_trigger conducts[4];
+ god_conduct_trigger conducts[3];
disable_attack_conducts(conducts);
// Nasty enchantments will annoy the monster, and are considered
@@ -4557,7 +4557,7 @@ static int _affect_monster(bolt &beam, monsters *mon, item_def *item)
// fire elementals on their side - the elementals won't give a sh*t,
// after all).
- god_conduct_trigger conducts[4];
+ god_conduct_trigger conducts[3];
disable_attack_conducts(conducts);
if (_nasty_beam(mon, beam))