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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 44131ffb91..c8eca92819 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -421,7 +421,7 @@ void contaminate_player(int change, bool controlled = false,
bool confuse_player(int amount, bool resistable = true);
-bool curare_hits_player(int agent, int degree);
+bool curare_hits_player(int death_source, int amount);
bool poison_player(int amount, bool force = false);
void dec_poison_player();
void reduce_poison_player(int amount);