From ef5da6e98fc9a5e32652d21853bdcf9874e70529 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 05:51:53 -0600 Subject: Make Summon Drakes necromantic, since it can summon a draining monster. --- 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 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, -- cgit v1.2.3-54-g00ecf