From ad599ad1c85be1ffba72f5aacacf869fa85010ca Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 05:55:49 -0600 Subject: Split chaotic things into unclean and chaotic things. Chaotic things are now shapeshifters, mutators, etc., while unclean things are diseasing things, rotting things, etc. Zin still hates both. As good gods treat both unholy and evil monsters as evil, he'll treat both unclean and chaotic monsters as chaotic. Note that silver will only do extra damage to chaotics, as before. --- crawl-ref/source/spl-data.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (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 07439062ff..c09cf95ee3 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -180,7 +180,7 @@ { SPELL_POLYMORPH_OTHER, "Polymorph Other", - SPTYP_TRANSMUTATION, // removed enchantment, wasn't needed -- bwr + SPTYP_TRANSMUTATION, // removed enchantment, wasn't needed - bwr SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF | SPFLAG_CHAOTIC, 5, 200, @@ -640,7 +640,7 @@ { SPELL_SUMMON_SWARM, "Summon Swarm", SPTYP_SUMMONING, - SPFLAG_CHAOTIC | SPFLAG_BATTLE, + SPFLAG_UNCLEAN | SPFLAG_BATTLE, 6, 200, -1, -1, @@ -1094,7 +1094,7 @@ { SPELL_CORPSE_ROT, "Corpse Rot", SPTYP_NECROMANCY, - SPFLAG_AREA | SPFLAG_NEUTRAL | SPFLAG_CHAOTIC, + SPFLAG_AREA | SPFLAG_NEUTRAL | SPFLAG_UNCLEAN, 2, 0, -1, -1, @@ -2241,7 +2241,7 @@ { SPELL_MIASMA, "Miasma", SPTYP_CONJURATION, - SPFLAG_DIR_OR_TARGET | SPFLAG_CHAOTIC | SPFLAG_MONSTER, + SPFLAG_DIR_OR_TARGET | SPFLAG_UNCLEAN | SPFLAG_MONSTER, 6, 0, 6, 6, @@ -2254,7 +2254,7 @@ { SPELL_SUMMON_DRAKES, "Summon Drakes", SPTYP_SUMMONING | SPTYP_NECROMANCY, // since it can summon shadow dragons - SPFLAG_CHAOTIC | SPFLAG_MONSTER, + SPFLAG_UNCLEAN | SPFLAG_MONSTER, 6, 0, -1, -1, -- cgit v1.2.3-54-g00ecf