summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h1
1 files changed, 1 insertions, 0 deletions
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();