From c604ee1a6f3d1fed4b67aefa38f7785f333d2269 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 29 Apr 2008 00:16:40 +0000 Subject: 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 --- crawl-ref/source/effects.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/effects.h') 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); -- cgit v1.2.3-54-g00ecf