summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index a2ba75be49..3cd82d7aff 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2727,7 +2727,7 @@ void describe_monsters(const monsters& mons)
break;
}
- if (!mons.can_use_stairs())
+ if (!mons_can_use_stairs(&mons))
{
body << mons_pronoun(static_cast<monster_type>(mons.type),
PRONOUN_CAP, true)