From 37dddc69c063b655d028bdb33e5ab831b4af8a55 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Fri, 6 Nov 2009 11:48:29 +0300 Subject: Add actor::petrified, which replaces mons_is_petrified. Signed-off-by: Robert Vollmert --- crawl-ref/source/player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index a2c4acb21b..147572a053 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -455,6 +455,7 @@ public: bool caught() const; bool backlit(bool check_haloed = true) const; bool haloed() const; + bool petrified() const; bool asleep() const; void put_to_sleep(int power = 0); -- cgit v1.2.3-54-g00ecf