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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 5f3d742f80..0e11e96d30 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -54,6 +54,9 @@ char cast_lesser_healing(void);
* called from: ability - spell
* *********************************************************************** */
int cast_healing(int pow, int target_x = -1, int target_y = -1);
+
+void revitalisation_chain(int amount);
+void reduce_revitalisation_chain(int amount);
int cast_revitalisation(int pow);
// last updated 24may2000 {dlb}