From 9420a2faa5ee0c96851dd0a3ade89a8af24c6491 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 10 Nov 2009 00:11:25 -0600 Subject: Tweak spell flags a bit. Brain Feed is necromantic but not unholy. Eating someone's brain is fitting as necromancy, but making it unholy as well is redundant. Fake Rakshasa Summon is unholy but not necromantic. Rakshasas are demonic, and all other demonic summoning spells are merely unholy. --- crawl-ref/source/spl-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 98db59cb82..2797627098 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -2059,7 +2059,7 @@ { SPELL_BRAIN_FEED, "Brain Feed", SPTYP_NECROMANCY, - SPFLAG_UNHOLY | SPFLAG_TARGET | SPFLAG_MONSTER, + SPFLAG_TARGET | SPFLAG_MONSTER, 3, 0, LOS_RADIUS, LOS_RADIUS, @@ -2071,7 +2071,7 @@ { SPELL_FAKE_RAKSHASA_SUMMON, "Rakshasa Summon", - SPTYP_SUMMONING | SPTYP_NECROMANCY, + SPTYP_SUMMONING, SPFLAG_UNHOLY | SPFLAG_MONSTER, 3, 0, -- cgit v1.2.3-54-g00ecf