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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 4f5e94ba9e..2942a600d8 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2432,6 +2432,9 @@ int mons_adjust_flavoured(monsters *monster, bolt &pbolt, int hurted,
return (hurted);
miasma_monster(monster, pbolt.whose_kill());
+
+ if (YOU_KILL(pbolt.thrower))
+ did_god_conduct(DID_CHAOS, 2, pbolt.effect_known);
}
break;