summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 00:11:25 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-10 00:11:25 -0600
commit9420a2faa5ee0c96851dd0a3ade89a8af24c6491 (patch)
treee6b9145cf1e29f87aacf0e034cca3224d8ee887b /crawl-ref/source/spl-data.h
parent6a39de14e47908738072dae4bd68e2403cc9b8c7 (diff)
downloadcrawl-ref-9420a2faa5ee0c96851dd0a3ade89a8af24c6491.tar.gz
crawl-ref-9420a2faa5ee0c96851dd0a3ade89a8af24c6491.zip
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.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h4
1 files changed, 2 insertions, 2 deletions
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,