summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
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);