From b4b8747ec41b3fa6543d7c51e02515b0cec1496f Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Fri, 6 Nov 2009 19:46:32 +0300 Subject: Move mons_is_friendly to monsters::friendly. Signed-off-by: Robert Vollmert --- crawl-ref/source/monster.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/monster.h') diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h index 5138f6b6f7..d07b4bd0ed 100644 --- a/crawl-ref/source/monster.h +++ b/crawl-ref/source/monster.h @@ -332,6 +332,8 @@ public: bool haloed() const; bool petrified() const; + bool friendly() const; + bool has_spells() const; bool has_spell(spell_type spell) const; bool has_evil_spell() const; -- cgit v1.2.3-54-g00ecf