summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 23:06:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 23:06:34 +0000
commit58fe4b772fe6eeccf5cb761962dbf72dcd9b9cb5 (patch)
tree0a48705e7e43c0e09e64088bbc8bf249e18423ba /crawl-ref/source/spells1.h
parent86878386c072b70e0e54c7176cdfae250564ddae (diff)
downloadcrawl-ref-58fe4b772fe6eeccf5cb761962dbf72dcd9b9cb5.tar.gz
crawl-ref-58fe4b772fe6eeccf5cb761962dbf72dcd9b9cb5.zip
Take the first step toward improving Zin's Revitalisation: HP and MP are
now restored in greater amounts at high Invocation levels. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4599 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index bc42e311e3..5f3d742f80 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -54,7 +54,7 @@ char cast_lesser_healing(void);
* called from: ability - spell
* *********************************************************************** */
int cast_healing(int pow, int target_x = -1, int target_y = -1);
-bool cast_revitalisation(int pow);
+int cast_revitalisation(int pow);
// last updated 24may2000 {dlb}
/* ***********************************************************************