summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 23:51:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 23:51:06 +0000
commit018e3b9a9ef4ed8a8a8ff577f49e057f8462fc7d (patch)
tree64e4cbd773a05f9c6ca37827135a0126957db74d /crawl-ref/source/spells1.h
parentf1fb993ef0bf1075ad81a3a491109cdaa65e110b (diff)
downloadcrawl-ref-018e3b9a9ef4ed8a8a8ff577f49e057f8462fc7d.tar.gz
crawl-ref-018e3b9a9ef4ed8a8a8ff577f49e057f8462fc7d.zip
Add more miscellaneous minor cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5718 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 0e1ea589db..d04fd19606 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -85,13 +85,14 @@ void cast_confusing_touch(int power);
void cast_cure_poison(int mabil);
int allowed_deaths_door_hp(void);
void cast_deaths_door(int pow);
-int cast_fire_storm(int powc, bolt &beam);
+void cast_fire_storm(int pow, bolt &beam);
+void cast_chain_lightning(int pow);
bool cast_revivification(int pow);
void cast_berserk(void);
void cast_ring_of_flames(int power);
bool conjure_flame(int pow);
void extension(int pow);
-bool fireball(int power, bolt &beam);
+bool fireball(int pow, bolt &beam);
bool stinking_cloud(int pow, bolt &beam);
void abjuration(int pow);