summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index e31464f555..5ed7364a32 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1941,7 +1941,7 @@ void process_command( command_type cmd )
}
else if (cme.right_clicked())
{
- if (see_cell(dest))
+ if (observe_cell(dest))
full_describe_square(dest);
else
mpr("You can't see that place.");