From 915c2ffc0aa07bb33e09b11b5e2275c034fb5d96 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 25 Sep 2008 04:55:41 +0000 Subject: Adapt Zin's old Divine Robustness into Elyvilon's Divine Vigour, replacing the old Incredible Healing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6980 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.h') diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h index 945fd360ef..cad0bbaef2 100644 --- a/crawl-ref/source/spells1.h +++ b/crawl-ref/source/spells1.h @@ -28,7 +28,8 @@ bool cast_sure_blade(int power); * *********************************************************************** */ int cast_healing(int pow, const coord_def& where = coord_def(0,0)); -void remove_divine_robustness(); +void remove_divine_vigour(); +bool cast_divine_vigour(); void remove_divine_stamina(); bool cast_vitalisation(); -- cgit v1.2.3-54-g00ecf