summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-19 02:50:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-19 02:50:40 +0000
commit5263fe73e09aa458e71d9ff306b4145567c7d8e1 (patch)
tree3ab7a4918b7f0d58a97fb6f76feff681219fea96 /crawl-ref/source/spells1.h
parenta6644476faab50f5752fd4127b27f306e958a250 (diff)
downloadcrawl-ref-5263fe73e09aa458e71d9ff306b4145567c7d8e1.tar.gz
crawl-ref-5263fe73e09aa458e71d9ff306b4145567c7d8e1.zip
Rework Zin's Vitalisation to be simpler, based mostly on dploog's
suggestions. Note that divine robustness is no longer available from Zin, but the code for it is still in place, since it can be adopted later for Elyvilon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6839 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 8c8a0f6a6c..09040e71f0 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -32,11 +32,9 @@ bool cast_sure_blade(int power);
* *********************************************************************** */
int cast_healing(int pow, const coord_def& where = coord_def(0,0));
-void vitalisation_chain(int amount);
-void reduce_vitalisation_chain(int amount);
void remove_divine_robustness();
void remove_divine_stamina();
-int cast_vitalisation(int pow);
+bool cast_vitalisation();
void big_cloud(cloud_type cl_type, kill_category whose, const coord_def& where,
int pow, int size, int spread_rate = -1);