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/actor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/actor.h') diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h index cced93cb0c..13bc372f4b 100644 --- a/crawl-ref/source/actor.h +++ b/crawl-ref/source/actor.h @@ -196,6 +196,7 @@ public: virtual bool asleep() const { return (false); } virtual bool backlit(bool check_haloed = true) const = 0; virtual bool haloed() const = 0; + virtual bool petrified() const = 0; virtual bool handle_trap(); -- cgit v1.2.3-54-g00ecf