summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 00:16:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-29 00:16:40 +0000
commitc604ee1a6f3d1fed4b67aefa38f7785f333d2269 (patch)
treed9e70ac8669db48c42a071cb7f4a528b7b08cbda /crawl-ref/source/effects.h
parent7fbcd22e430fcc3db5bf8e09a6dc02b80adeda77 (diff)
downloadcrawl-ref-c604ee1a6f3d1fed4b67aefa38f7785f333d2269.tar.gz
crawl-ref-c604ee1a6f3d1fed4b67aefa38f7785f333d2269.zip
Split the routine to use holy word on only the player into its own
function, too, just in case. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4758 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index fd04453f8a..627d7a5baa 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -100,6 +100,7 @@ void yell(bool force = false);
/* ***********************************************************************
* called from: item_use - spell
* *********************************************************************** */
+bool holy_word_player(int pow, int caster);
bool holy_word(int pow, int caster, bool silent = false);