summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index e3027c9587..194e9dba55 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -809,7 +809,7 @@ public:
void awake();
void check_awaken(int disturbance);
- bool cannot_move() const;
+ bool cannot_act() const;
int armour_class() const;
int melee_evasion(const actor *attacker) const;