summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-02 18:53:36 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-02 18:53:36 +0000
commita1f0d1220a8f0efe728dce6afd34ca3ef2638f12 (patch)
tree76554987f205b39f52f596ba363cdd4b077a7441
parentd819e9905456e4200fc00c1ef2481059c1548496 (diff)
downloadcrawl-ref-a1f0d1220a8f0efe728dce6afd34ca3ef2638f12.tar.gz
crawl-ref-a1f0d1220a8f0efe728dce6afd34ca3ef2638f12.zip
Mention ?/b command in the overmap.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9884 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/overmap.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc
index 3890c33b95..4a6aeb6523 100644
--- a/crawl-ref/source/overmap.cc
+++ b/crawl-ref/source/overmap.cc
@@ -327,7 +327,7 @@ std::string overview_description_string()
{
disp += "\n<green>Branches:</green>";
if (crawl_state.need_save || !crawl_state.updating_scores)
- disp += " (use <white>G</white> to reach them)";
+ disp += " (use <white>G</white> to reach them and <white>?/B</white> for more information)";
disp += EOL;
seen_anything = true;
}
@@ -357,7 +357,7 @@ std::string overview_description_string()
{
disp += "\n<green>Altars:</green>";
if (crawl_state.need_save || !crawl_state.updating_scores)
- disp += " (use <white>Ctrl-F \"altar\"</white> to reach them)";
+ disp += " (use <white>Ctrl-F \"altar\"</white> to reach them and <white>?/G</white> for information about gods)";
disp += EOL;
seen_anything = true;
}