From d8435ada14d2be5243e3ce499fbd2666bb2da90d Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 14 Nov 2009 14:33:07 +0100 Subject: Implement "blink other closer" as a monster spell. --- crawl-ref/source/spl-data.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (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 e8d212591e..cd4fba8797 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -2238,6 +2238,19 @@ false }, +{ + 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, -- cgit v1.2.3-54-g00ecf