summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-06 12:12:44 -0400
committerNeil Moore <neil@s-z.org>2014-06-06 12:20:53 -0400
commit27d8d3e4d69f909334ba85ea15586b2b1a721c87 (patch)
tree9d955c9047af1b185132e2340793ed5f7688429d /crawl-ref/source/spl-data.h
parentacf1c2352c425cd0a0069116e28d240042ce1cbb (diff)
downloadcrawl-ref-27d8d3e4d69f909334ba85ea15586b2b1a721c87.tar.gz
crawl-ref-27d8d3e4d69f909334ba85ea15586b2b1a721c87.zip
Allow inner flaming allies.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 17ee38ae44..863d72bc5a 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2847,7 +2847,7 @@ static const struct spell_desc spelldata[] =
{
SPELL_INNER_FLAME, "Inner Flame",
SPTYP_HEXES | SPTYP_FIRE,
- SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF,
+ SPFLAG_DIR_OR_TARGET | SPFLAG_NOT_SELF | SPFLAG_NEUTRAL,
3,
200,
LOS_RADIUS, LOS_RADIUS,