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