summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-14 00:12:58 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-14 00:12:58 +0200
commitb6c2789b34a23cfa2aba49da8c50b0faae83534a (patch)
tree7370ff4a56bc41420779f70b1e7e9c5c871386f8 /crawl-ref/source/spl-data.h
parentf7670d170e9f1f6984844967b4051be08af68b7b (diff)
downloadcrawl-ref-b6c2789b34a23cfa2aba49da8c50b0faae83534a.tar.gz
crawl-ref-b6c2789b34a23cfa2aba49da8c50b0faae83534a.zip
Rename Summon Wraiths to Haunt, make it a targetted spell, necro only,
that can summon multiple wraiths and ghosts (FR 2865657).
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index cdfc92696b..bc28ababf3 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -856,12 +856,12 @@
},
{
- SPELL_SUMMON_WRAITHS, "Summon Wraiths",
- SPTYP_NECROMANCY | SPTYP_SUMMONING,
- SPFLAG_BATTLE,
+ SPELL_SUMMON_WRAITHS, "Haunt",
+ SPTYP_NECROMANCY,
+ SPFLAG_TARGET | SPFLAG_NOT_SELF,
7,
200,
- -1, -1,
+ LOS_RADIUS, LOS_RADIUS,
0,
NULL,
false,