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, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index f9779dfa61..c6963afdf0 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -533,7 +533,10 @@ public:
void set_duration(duration_type dur, int turns, int cap = 0,
const char *msg = NULL);
-
+ // How large can the experience pool grow without loss?
+ int exp_pool_cutoff() const;
+ // Step down experience above cutoff.
+ void step_down_exp_pool();
protected:
void _removed_beholder();