summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 01:24:48 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 01:24:48 +0000
commitcbfad48615cb564ee40c1ceba10f7d2df4caa2a8 (patch)
tree73397ea0d0334046b593249079671383da55d681 /crawl-ref/source/spl-data.h
parentd2fccb02f632f2c70da8d25d6bb90cac62311c3d (diff)
downloadcrawl-ref-cbfad48615cb564ee40c1ceba10f7d2df4caa2a8.tar.gz
crawl-ref-cbfad48615cb564ee40c1ceba10f7d2df4caa2a8.zip
Cleaned up Apportation, fixed a few bugs in it too.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8346 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index dbc61f2739..abf5eb8dd0 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -236,12 +236,12 @@
{
SPELL_APPORTATION, "Apportation",
SPTYP_TRANSLOCATION,
- SPFLAG_NONE,
+ SPFLAG_GRID | SPFLAG_NOT_SELF,
1,
1000,
LOS_RADIUS, LOS_RADIUS,
0,
- NULL,
+ "Pull items from where?",
false,
false
},