From cbfad48615cb564ee40c1ceba10f7d2df4caa2a8 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 9 Jan 2009 01:24:48 +0000 Subject: 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 --- crawl-ref/source/spl-data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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 }, -- cgit v1.2.3-54-g00ecf