From 5511b48771d9a12e3e622e375220091cf94023dd Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 3 Oct 2008 16:17:52 +0000 Subject: * Make movement restrictions when beheld also apply to blinking and controlled teleport. * Highlight restricted grids when beheld (ASCII only): - main screen: restricted grids in LOS are darkgrey - X screen: unrestricted grids in view around the mermaid(s) are lightgrey * switch xx command back to leaving examine mode git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7105 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 1884ae2303..7dd58662ba 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -725,7 +725,7 @@ static bool _cmdhelp_textfilter(const std::string &tag) static const char *targeting_help_1 = "Examine surroundings ('x' in main):\n" - "Esc : cancel (also Space)\n" + "Esc : cancel (also Space, x)\n" "Dir.: move cursor in that direction\n" ". : move to cursor (also Enter, Del)\n" "v : describe monster under cursor\n" -- cgit v1.2.3-54-g00ecf