summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/beam.cc3
-rw-r--r--crawl-ref/source/spl-data.h2
2 files changed, 4 insertions, 1 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;
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 2797627098..724d627fd9 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -886,7 +886,7 @@
{
SPELL_FULSOME_DISTILLATION, "Fulsome Distillation",
SPTYP_TRANSMUTATION | SPTYP_NECROMANCY,
- SPFLAG_NONE,
+ SPFLAG_CHAOTIC,
1,
50,
-1, -1,