From 782038ad8d8e9313d2fc875fecabdc7436239905 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 14 Nov 2009 15:55:26 +0100 Subject: Add "blink away" and "blink range" to spl-data.h. --- crawl-ref/source/spl-data.h | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-data.h') 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): { -- cgit v1.2.3-54-g00ecf