summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-14 14:33:07 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-14 14:35:33 +0100
commitd8435ada14d2be5243e3ce499fbd2666bb2da90d (patch)
tree58a63598e1dc4a737ce29e85fd7920fe5f358dba /crawl-ref/source/spl-data.h
parentbddd83ea2d5307a2669efee6eb228cbdda02554c (diff)
downloadcrawl-ref-d8435ada14d2be5243e3ce499fbd2666bb2da90d.tar.gz
crawl-ref-d8435ada14d2be5243e3ce499fbd2666bb2da90d.zip
Implement "blink other closer" 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 e8d212591e..cd4fba8797 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2239,6 +2239,19 @@
},
{
+ SPELL_BLINK_OTHER_CLOSER, "Blink Other Closer",
+ SPTYP_TRANSLOCATION,
+ SPFLAG_TARGET | SPFLAG_MONSTER,
+ 2,
+ 0,
+ LOS_RADIUS, LOS_RADIUS,
+ 0,
+ NULL,
+ true,
+ false
+},
+
+{
SPELL_SUMMON_MUSHROOMS, "Summon Mushrooms",
SPTYP_SUMMONING,
SPFLAG_MONSTER,