summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 15f533452b..ba3ef8fe00 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3147,7 +3147,7 @@ std::string do_mon_str_replacements(const std::string &in_msg,
msg = replace_all(msg, "@The_monster@", "Your @the_monster@");
}
- if (see_cell(monster->pos()))
+ if (observe_cell(monster->pos()))
{
dungeon_feature_type feat = grd(monster->pos());
if (feat < DNGN_MINMOVE || feat >= NUM_FEATURES)