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 c6e372094e..e463b9b000 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -202,7 +202,7 @@ public:
virtual bool incapacitated() const
{
- return paralysed() || confused() || caught();
+ return paralysed() || asleep() || confused() || caught();
}
virtual int holy_aura() const