summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-22 08:41:20 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-22 08:41:20 +0000
commit1d0f57cbceb778139ca215cc4fcfd1584951f6dd (patch)
treecafd60c944c51fcce778aa5d6912bc548c518339 /crawl-ref/source/spells4.h
parent6f5e187a9e5cd348296dba2fd89d2e206e775a01 (diff)
downloadcrawl-ref-1d0f57cbceb778139ca215cc4fcfd1584951f6dd.tar.gz
crawl-ref-1d0f57cbceb778139ca215cc4fcfd1584951f6dd.zip
Merged stone_soup r15:451 into trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@452 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.h')
-rw-r--r--crawl-ref/source/spells4.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index 94cc74fcac..29580a7b29 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -3,6 +3,8 @@
* Summary: Yet More Spell Function Declarations
* Written by: Josh Fishman
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
* <2> 12jul2000 jmf Fixed random (undocumented) damage
* <1> 07jan2000 jmf Created
@@ -30,7 +32,7 @@ void cast_fragmentation(int powc);
void cast_twist(int powc);
void cast_far_strike(int powc);
void cast_swap(int powc);
-void cast_apportation(int powc);
+int cast_apportation(int powc);
void cast_glamour(int pow);
void cast_ignite_poison(int pow);
void cast_intoxicate(int pow);
@@ -45,6 +47,7 @@ void cast_silence(int pow);
void cast_sticks_to_snakes(int pow);
void cast_summon_butterflies(int pow);
void cast_summon_dragon(int pow);
+void cast_chain_lightning( int pow );
void cast_conjure_ball_lightning(int pow);
void cast_summon_large_mammal(int pow);
void cast_tame_beasts(int pow);
@@ -55,7 +58,7 @@ void cast_stoneskin(int pow);
void cast_shuggoth_seed(int powc);
void make_shuggoth(int x, int y, int hp);
-void cast_semi_controlled_blink(int pow);
+int cast_semi_controlled_blink(int pow);
#endif