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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 2514d8b1f9..fd04453f8a 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -110,6 +110,7 @@ bool holy_word(int pow, int caster, bool silent = false);
* *********************************************************************** */
void torment( int caster, int tx, int ty );
+bool torment_player(int pow, int caster);
int torment_monsters(int x, int y, int pow, int caster);
bool forget_inventory(bool quiet = false);