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, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index e9d8e3b2ea..1cdf5ecd14 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -376,6 +376,8 @@ void set_hp(int new_amount, bool max_too);
int get_real_hp(bool trans, bool rotted = false);
int get_real_mp(bool include_items);
+int get_contamination_level();
+
void set_mp(int new_amount, bool max_too);
void contaminate_player(int change, bool controlled = false,