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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/monster.h b/crawl-ref/source/monster.h
index 84a291cef8..c5c95f0550 100644
--- a/crawl-ref/source/monster.h
+++ b/crawl-ref/source/monster.h
@@ -364,6 +364,7 @@ public:
bool has_damage_type(int dam_type);
bool can_throw_large_rocks() const;
+ bool can_speak();
int armour_class() const;
int melee_evasion(const actor *attacker, ev_ignore_type evit) const;