From 865ad15a82f21145b5623417549107317cb44b5b Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 3 Jan 2010 22:30:38 +1000 Subject: Fix put_to_sleep, implement for monsters. --- crawl-ref/source/monster.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/monster.h') 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; } -- cgit v1.2.3-54-g00ecf