summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:05:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 14:05:39 +0000
commit84b3d0494c5f10416d8ea3f6c30cb9cf6c439e6c (patch)
treea03ba5c699cb018c5cce8f0fb6f7992cbf4bd764
parent660d7466ae2011b2e7ebe5b80b37c68193a49aa7 (diff)
downloadcrawl-ref-84b3d0494c5f10416d8ea3f6c30cb9cf6c439e6c.tar.gz
crawl-ref-84b3d0494c5f10416d8ea3f6c30cb9cf6c439e6c.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6422 c06c8d41-db1a-0410-9941-cceddc491573
-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 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,