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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index aa6f4a2127..2db26ffb4d 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -102,7 +102,7 @@ void yell(bool force = false);
* *********************************************************************** */
int holy_word(int pow, int caster, int x, int y, bool silent);
-bool holy_word_player(int pow, int caster);
+int holy_word_player(int pow, int caster);
int holy_word_monsters(int x, int y, int pow, int caster);
@@ -113,7 +113,7 @@ int holy_word_monsters(int x, int y, int pow, int caster);
* *********************************************************************** */
int torment(int caster, int x, int y);
-bool torment_player(int pow, int caster);
+int torment_player(int pow, int caster);
int torment_monsters(int x, int y, int pow, int caster);
bool forget_inventory(bool quiet = false);