From 19081dd2e2f1b6bff7596cb66beee90417e640ae Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 15 Jun 2008 08:59:49 +0000 Subject: Added SPFLAG_NEUTRAL for utility spells which should use TARG_ANY. Currently only used by Dig. We might want to redo Apportation to use this at some point. [1994284] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5841 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 c2405ca375..063d1a68fb 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -283,7 +283,7 @@ { SPELL_DIG, "Dig", SPTYP_TRANSMIGRATION | SPTYP_EARTH, - SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF, + SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF | SPFLAG_NEUTRAL, 4, 200, NULL, -- cgit v1.2.3-54-g00ecf