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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index c435b9d608..79ed2c1ed2 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -526,6 +526,13 @@ public:
void del_gold(int delta);
void set_gold(int amount);
+ void increase_duration(duration_type dur, int turns, int cap = 0,
+ const char* msg = NULL);
+ void set_duration(duration_type dur, int turns, int cap = 0,
+ const char *msg = NULL);
+
+
+
protected:
void _removed_beholder();
bool _possible_beholder(const monsters *mon) const;