summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 4d6eb1ac9a..a6c4b5f55c 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -416,8 +416,9 @@ void contaminate_player(int change, bool controlled = false,
bool status_only = false);
/* @return true iff they were poisoned (false if they are immune) */
-bool poison_player( int amount, bool force = false );
-void reduce_poison_player( int amount );
+void curare_hits_player(int agent, int degree);
+bool poison_player(int amount, bool force = false);
+void reduce_poison_player(int amount);
bool confuse_player( int amount, bool resistable = true );
void reduce_confuse_player( int amount );