summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 8078b5d50c..768637bb9c 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -96,6 +96,13 @@ void mons_direct_effect(struct bolt &pbolt, int i);
void yell(bool force = false);
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
+ * called from: item_use - spell
+ * *********************************************************************** */
+bool holy_word(int pow, int caster, bool silent = false);
+
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: ability - decks - fight - it_use3 - item_use - mstuff2 -