summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 18:05:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-28 18:05:15 +0000
commitdf572b8d679e253db03e087accd593f3c917aa46 (patch)
tree64fb14b08868f21255fefb4a843a4ba8d68c74b7 /crawl-ref/source/effects.h
parent5b8bbd1b34470c3690a5b38750425af1240877c0 (diff)
downloadcrawl-ref-df572b8d679e253db03e087accd593f3c917aa46.tar.gz
crawl-ref-df572b8d679e253db03e087accd593f3c917aa46.zip
Split the routine to torment only the player into its own function.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4752 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 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);