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/mon-util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index e8a35999df..60c7a5d1e7 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -675,7 +675,6 @@ bool invalid_monster_type(monster_type mt); bool invalid_monster_index(int i); bool monster_shover(const monsters *m); -bool mons_is_petrified(const monsters *m); bool mons_is_petrifying(const monsters *m); bool mons_cannot_act(const monsters *m); bool mons_cannot_move(const monsters *m); -- cgit v1.2.3-54-g00ecf