summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,