summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-14 17:24:08 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-14 17:26:43 +0100
commit6aad7a2a186bc80f8055013e1c667c57d105b91d (patch)
treee1ba086859e21948e59eeb5293621d13a58983a3 /crawl-ref/source/spl-data.h
parent1cc856bac7e70027177e66450635e3829be0cb62 (diff)
downloadcrawl-ref-6aad7a2a186bc80f8055013e1c667c57d105b91d.tar.gz
crawl-ref-6aad7a2a186bc80f8055013e1c667c57d105b91d.zip
Implement spell "blink close".
This allows a monster to blink close to its target.
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 0b5af3f977..819edeaeef 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -609,6 +609,19 @@
false
},
+{
+ SPELL_BLINK_CLOSE, "Blink Close",
+ SPTYP_TRANSLOCATION,
+ SPFLAG_MONSTER,
+ 2,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
// The following name was found in the hack.exe file of an early version
// of PCHACK - credit goes to its creator (whoever that may be):
{