summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-06 00:15:09 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-06 00:15:50 -0500
commit8c0f2ef1e0ca14dfbe4dc5263ce9d1dddd674758 (patch)
tree0ce03d9fbc4370b46372c0cb25ff0e33d21712c7 /crawl-ref/source/spl-data.h
parent2cd18cf91603ca59471842721b584b8a7521f103 (diff)
downloadcrawl-ref-8c0f2ef1e0ca14dfbe4dc5263ce9d1dddd674758.tar.gz
crawl-ref-8c0f2ef1e0ca14dfbe4dc5263ce9d1dddd674758.zip
Add haste other as a monster spell
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 d54e992954..52d543ce1e 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2395,6 +2395,19 @@
},
{
+ SPELL_HASTE_OTHER, "Haste Other",
+ SPTYP_ENCHANTMENT,
+ SPFLAG_DIR_OR_TARGET | SPFLAG_HELPFUL,
+ 6,
+ 200,
+ LOS_RADIUS, LOS_RADIUS,
+ 0,
+ NULL,
+ true,
+ false
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
SPFLAG_TESTING,