summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 17:43:13 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-14 17:43:13 +0000
commit5c24925f58d47b33b39a15c018c316b0b26fbd1c (patch)
treed72cb6864c83e2759f49b0b902f0ca2e1d7c5cb5 /crawl-ref/source/spl-data.h
parentdfe6cae403c98140e69f6edd5f1c72df875b04be (diff)
downloadcrawl-ref-5c24925f58d47b33b39a15c018c316b0b26fbd1c.tar.gz
crawl-ref-5c24925f58d47b33b39a15c018c316b0b26fbd1c.zip
Fix [2598159]: conjure flame not respecting range limits.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9068 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index b5c4a13b64..896ea1f126 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -301,12 +301,12 @@
{
SPELL_CONJURE_FLAME, "Conjure Flame",
SPTYP_CONJURATION | SPTYP_FIRE,
- SPFLAG_NONE,
+ SPFLAG_GRID | SPFLAG_NOT_SELF,
3,
100,
4, 4,
0,
- NULL,
+ "Where would you like to place the cloud?",
false,
false
},