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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 1456fd5fa4..b2e9031e1d 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -461,6 +461,7 @@ public:
bool petrified() const;
bool asleep() const;
+ bool can_sleep(bool holi_only = false) const;
void put_to_sleep(int power = 0);
void awake();
void check_awaken(int disturbance);