summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-01 23:58:56 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-02 01:14:00 -0400
commit6f6660eea0976e648064d117ecbc6a7710c80dff (patch)
tree1fac8df4c5713977b453c13799484b3353748728 /crawl-ref/source/dat
parentd4b779af619a8643968600a41d38d85fc82bd2b7 (diff)
downloadcrawl-ref-6f6660eea0976e648064d117ecbc6a7710c80dff.tar.gz
crawl-ref-6f6660eea0976e648064d117ecbc6a7710c80dff.zip
add map view command to find the next explore target
This is useful for when you get the "Partly explored, can't reach some places." message, but have no idea where the part that's unexplored actually is (because it's in a corner behind a plant or something). It's also useful if you don't actually want to use autoexplore (because there are dangerous monsters out of line of sight, for instance), but you do want to know which part of the level you still need to (carefully) explore.
Diffstat (limited to 'crawl-ref/source/dat')
-rw-r--r--crawl-ref/source/dat/database/help.txt1
-rw-r--r--crawl-ref/source/dat/descript/commands.txt8
2 files changed, 9 insertions, 0 deletions
diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt
index f767bbff4e..7bbd3e65a2 100644
--- a/crawl-ref/source/dat/database/help.txt
+++ b/crawl-ref/source/dat/database/help.txt
@@ -148,6 +148,7 @@ level-map
(Moves cursor to the last travel destination if still on @.)
<w>[</w> or <w>]</w> : Examine the next higher or lower level
<w>G</w> : Go to another level by branch and depth
+<w>o</w> : Move the cursor to the next autoexplore target.
<h>Travel exclusions</h>
<w>e</w> : Create a travel exclusion, change its radius, or remove it.
diff --git a/crawl-ref/source/dat/descript/commands.txt b/crawl-ref/source/dat/descript/commands.txt
index 2faa785d19..cee243932d 100644
--- a/crawl-ref/source/dat/descript/commands.txt
+++ b/crawl-ref/source/dat/descript/commands.txt
@@ -216,6 +216,14 @@ CMD_MAP_GOTO_TARGET verbose
Start travelling to the cursor's current location.
%%%%
+CMD_MAP_EXPLORE
+
+Find next autoexplore target
+%%%%
+CMD_MAP_EXPLORE verbose
+
+Move the map cursor to the next location that autoexplore will travel to.
+%%%%
CMD_MAP_ADD_WAYPOINT
Add waypoint