summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 15:27:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 15:27:59 +0000
commit00917879eac80b1df1bde701ab221e3f7fdd946c (patch)
treefa61266d39b02cf24128da8d758c0f88a2888458 /crawl-ref/source/spells2.h
parent73a79a3d492e24d7cc922f791326b66c47c6bc71 (diff)
downloadcrawl-ref-00917879eac80b1df1bde701ab221e3f7fdd946c.tar.gz
crawl-ref-00917879eac80b1df1bde701ab221e3f7fdd946c.zip
Clean up "Conjure Ball Lightning".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5592 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 6c24936a77..43f2736d8e 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -178,6 +178,8 @@ bool summon_horrible_things(int pow, bool god_gift = false);
bool cast_summon_dragon(int pow, bool god_gift = false);
+bool cast_conjure_ball_lightning(int pow, bool god_gift = false);
+
bool summon_demon_type(monster_type mon, int pow, bool god_gift = false);
bool summon_berserker(int pow, bool god_gift = false,