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, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index ee34bd703e..09b66c2053 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -464,6 +464,7 @@ public:
int res_poison() const;
int res_rotting() const;
int res_asphyx() const;
+ int res_water_drowning() const;
int res_sticky_flame() const;
int res_holy_energy(const actor *) const;
int res_negative_energy() const;
@@ -513,6 +514,10 @@ public:
bool do_shaft();
+ void apply_location_effects(const coord_def &oldpos,
+ killer_type killer = KILL_NONE,
+ int killernum = -1);
+
////////////////////////////////////////////////////////////////
PlaceInfo& get_place_info() const ; // Current place info