summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-12-01 12:09:07 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-12-01 12:12:34 +0100
commitbce5f7020a13edbceb605979a3b73fdfe590a0cf (patch)
treef35f77649b8fc49939c67608d415dbd9b8c0efcf /crawl-ref/source/spl-data.h
parent20889107ee4ef5e7f61b1facfdf4da4bc97935b6 (diff)
downloadcrawl-ref-bce5f7020a13edbceb605979a3b73fdfe590a0cf.tar.gz
crawl-ref-bce5f7020a13edbceb605979a3b73fdfe590a0cf.zip
Make passwall use standard targetting system.
This means it's properly abortable now.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h6
1 files changed, 3 insertions, 3 deletions
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,