summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monster.h')
-rw-r--r--crawl-ref/source/monster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index b93ed65571..bae6cb4711 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -394,6 +394,7 @@ public:
bool wizard_tele = false);
void hibernate(int power = 0);
+ void put_to_sleep(actor *attacker, int power = 0);
void check_awaken(int disturbance);
int stat_hp() const { return hit_points; }