summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 05:51:53 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-19 06:31:38 -0600
commitef5da6e98fc9a5e32652d21853bdcf9874e70529 (patch)
tree517134b1f068fa7ca7b51beec92f547b492c8849 /crawl-ref/source/spl-data.h
parent4e7bdb53a1c1eab51ee279819debf01b82e88188 (diff)
downloadcrawl-ref-ef5da6e98fc9a5e32652d21853bdcf9874e70529.tar.gz
crawl-ref-ef5da6e98fc9a5e32652d21853bdcf9874e70529.zip
Make Summon Drakes necromantic, since it can summon a draining monster.
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 c6f1828705..07439062ff 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2253,8 +2253,8 @@
{
SPELL_SUMMON_DRAKES, "Summon Drakes",
- SPTYP_SUMMONING,
- SPFLAG_UNHOLY | SPFLAG_CHAOTIC | SPFLAG_MONSTER,
+ SPTYP_SUMMONING | SPTYP_NECROMANCY, // since it can summon shadow dragons
+ SPFLAG_CHAOTIC | SPFLAG_MONSTER,
6,
0,
-1, -1,