From 222de20491cc2c23765c3b3a7a3b9cfa8b68acd7 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 15 Nov 2009 12:30:02 -0600 Subject: After some more thought, make Fulsome Distillation non-chaotic again. Even though it can be used to create chaotic potions, it can't directly cause chaotic effects, as e.g. summoning chaotic monsters or creating miasma clouds can. --- 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 c4e73a50c5..00f57497cf 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -925,7 +925,7 @@ { SPELL_FULSOME_DISTILLATION, "Fulsome Distillation", SPTYP_TRANSMUTATION | SPTYP_NECROMANCY, - SPFLAG_CHAOTIC, + SPFLAG_NONE, 1, 50, -1, -1, -- cgit v1.2.3-54-g00ecf