From 38a73fb2e3ce4a7755f3696f233232b10129a8ef Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 10 Nov 2009 18:22:09 -0600 Subject: Fix inconsistencies with regard to chaotic spells. Trigger the chaotic conduct for players that cast miasma, and mark Fulsome Distillation as chaotic, since it can create chaotic potions. --- crawl-ref/source/beam.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/beam.cc') 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; -- cgit v1.2.3-54-g00ecf