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.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 8b32ca2264..f34ea6cf9f 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -16,17 +16,9 @@
struct bolt;
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
bool cast_sure_blade(int power);
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: ability - spell
- * *********************************************************************** */
-int cast_healing(int pow, const coord_def& where = coord_def(0,0));
+int cast_healing(int pow, bool divine_ability = false,
+ const coord_def& where = coord_def(0,0));
void remove_divine_vigour();
bool cast_divine_vigour();