summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-08 21:41:35 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-08 21:41:35 +0000
commit970cd5283c2c84300dd1f309da53de2ab010ee9d (patch)
tree3a7c806a9e04ce02bfde67958d84742eadc77740 /crawl-ref/source/spells1.h
parent8371272361c275f18e79eb6c223421f77286de94 (diff)
downloadcrawl-ref-970cd5283c2c84300dd1f309da53de2ab010ee9d.tar.gz
crawl-ref-970cd5283c2c84300dd1f309da53de2ab010ee9d.zip
Conjuring flame onto a fire cloud now makes the fire yours and lengthens
its duration. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1428 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 62f9ae37cb..77e32371dd 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -79,7 +79,7 @@ int cast_fire_storm(int powc, bolt &beam);
bool cast_revivification(int power);
void cast_berserk(void);
void cast_ring_of_flames(int power);
-int conjure_flame(int pow);
+bool conjure_flame(int pow);
void extension(int pow);
int fireball(int power, bolt &beam);
int stinking_cloud(int pow, bolt &beam);