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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 1bf74dc7a4..01f8fa54b3 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2161,8 +2161,8 @@ void process_command( command_type cmd )
case CMD_LOOK_AROUND:
{
mpr("Move the cursor around to observe a square "
- "(v - describe square, ? - help)",
- MSGCH_PROMPT);
+ "(x - list visible monsters and items, v - describe square, "
+ "? - help)", MSGCH_PROMPT);
struct dist lmove; // Will be initialized by direction().
direction(lmove, DIR_TARGET, TARG_ANY, -1, true);