summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-25 14:23:17 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-26 21:20:28 -0700
commit359569f0a7cc005214ae84427511059f71db10ad (patch)
tree2a5ef8f3cec1c3e90144241fcd191fe61292cd85 /crawl-ref/source/spl-data.h
parent2c0f31843e2b39ab2769200c9f67616d57e3decc (diff)
downloadcrawl-ref-359569f0a7cc005214ae84427511059f71db10ad.tar.gz
crawl-ref-359569f0a7cc005214ae84427511059f71db10ad.zip
Rod of demonology -> Rod of shadows.
Weaves shadow creatures roughly from D:<evocations power> (including out-of-depth D depths).
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 58f0a2dac9..83a21a1568 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -3667,6 +3667,19 @@ struct spell_desc
},
{
+ SPELL_WEAVE_SHADOWS, "Weave Shadows",
+ SPTYP_SUMMONING,
+ SPFLAG_NONE,
+ 5,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
SPFLAG_TESTING,