summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-08 21:26:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-08 21:26:42 +0000
commit1b08247fbd1c4a95902188cd01e5510e8c2e79d3 (patch)
tree2f4d03cc585ed9d628ade7b5c1b0b08ad7330369 /crawl-ref/source/spells1.h
parent181ad71db8a3378f1b60326fe56a7da6f8c0ab18 (diff)
downloadcrawl-ref-1b08247fbd1c4a95902188cd01e5510e8c2e79d3.tar.gz
crawl-ref-1b08247fbd1c4a95902188cd01e5510e8c2e79d3.zip
Fix some fallthrough-related bugs in Zin's Revitalisation, and allow
chaining it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4932 c06c8d41-db1a-0410-9941-cceddc491573
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}