summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-14 15:55:26 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-14 16:59:22 +0100
commit782038ad8d8e9313d2fc875fecabdc7436239905 (patch)
tree655a525b5f8e2d062c6b1088abe66fe93c6ee0a2 /crawl-ref/source/spl-data.h
parent31abd5622518d8295cdcd9b3df85f1ae58ab84ef (diff)
downloadcrawl-ref-782038ad8d8e9313d2fc875fecabdc7436239905.tar.gz
crawl-ref-782038ad8d8e9313d2fc875fecabdc7436239905.zip
Add "blink away" and "blink range" to spl-data.h.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h28
1 files changed, 27 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index cd4fba8797..48c3d05515 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -571,7 +571,7 @@
},
{
- SPELL_BLINK, "Blink",
+ SPELL_BLINK, "Blink",
SPTYP_TRANSLOCATION,
SPFLAG_ESCAPE,
2,
@@ -583,6 +583,32 @@
true
},
+{
+ SPELL_BLINK_RANGE, "Blink Range", // XXX needs better name
+ SPTYP_TRANSLOCATION,
+ SPFLAG_ESCAPE | SPFLAG_MONSTER,
+ 2,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
+ SPELL_BLINK_AWAY, "Blink Away",
+ SPTYP_TRANSLOCATION,
+ SPFLAG_ESCAPE | 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):
{