summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):
{