summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 6a2eb44922..ee9a82986b 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -342,8 +342,8 @@ static bool _tag_follower_at(const coord_def &pos)
if (fmenv->type == MONS_PLAYER_GHOST
|| !fmenv->alive()
- || !fmenv->can_use_stairs()
|| fmenv->incapacitated()
+ || !mons_can_use_stairs(fmenv)
|| mons_is_stationary(fmenv))
{
return (false);