From bce5f7020a13edbceb605979a3b73fdfe590a0cf Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 1 Dec 2009 12:09:07 +0100 Subject: Make passwall use standard targetting system. This means it's properly abortable now. --- crawl-ref/source/spl-data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 8b6392e322..27f1ea2632 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -1625,12 +1625,12 @@ }, { - SPELL_PASSWALL, "Passwall", + SPELL_PASSWALL, "Passwall", SPTYP_TRANSMUTATION | SPTYP_EARTH, - SPFLAG_ESCAPE, + SPFLAG_DIR | SPFLAG_ESCAPE, 3, 200, - -1, -1, + 1, 1, -3, // make silent to keep passwall a viable stabbing spell [rob] NULL, false, -- cgit v1.2.3-54-g00ecf