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/spl-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-data.h') 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, -- cgit v1.2.3-54-g00ecf