summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-22 15:35:22 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-22 15:35:22 +1000
commit15a43070d595df23a11d9f5b37114b15f1e32443 (patch)
tree46cac473b0415739ff686b79cf79c3c435d6f36e /crawl-ref
parent3048e47616345373e23a7438a4b61680acd16c2b (diff)
downloadcrawl-ref-15a43070d595df23a11d9f5b37114b15f1e32443.tar.gz
crawl-ref-15a43070d595df23a11d9f5b37114b15f1e32443.zip
Change no-autoexplore message (dpeg).
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index d3bdce13eb..0ec454e220 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -1879,7 +1879,7 @@ void process_command( command_type cmd )
}
else if (you.level_type == LEVEL_LABYRINTH)
{
- mpr("You'd have to know where you are, first.");
+ mpr("No exploration algorithm can help you here.");
break;
}
// Start exploring