From 84b3d0494c5f10416d8ea3f6c30cb9cf6c439e6c Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 6 Jul 2008 14:05:39 +0000 Subject: Add miscellaneous minor fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6422 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h index ab1e212de9..f198140edd 100644 --- a/crawl-ref/source/spl-data.h +++ b/crawl-ref/source/spl-data.h @@ -960,7 +960,7 @@ { SPELL_BURN, "Burn", // used by wanderers SPTYP_FIRE, - SPFLAG_DIR, + SPFLAG_DIR | SPFLAG_NOT_SELF, 1, 25, NULL, @@ -971,7 +971,7 @@ { SPELL_FREEZE, "Freeze", SPTYP_ICE, - SPFLAG_DIR, + SPFLAG_DIR | SPFLAG_NOT_SELF, 1, 25, NULL, @@ -1763,7 +1763,7 @@ { SPELL_ARC, "Arc", SPTYP_AIR, - SPFLAG_DIR, + SPFLAG_DIR | SPFLAG_NOT_SELF, 1, 25, NULL, -- cgit v1.2.3-54-g00ecf