summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:52:59 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 14:52:59 +0000
commitd319c2e18da39b5fd050dddc77b3dd4ff8cababf (patch)
treefbf4500f007e0745491851c75acc27efaa21f455 /crawl-ref/source/tutorial.cc
parent56e35d49256c15144dcbfd2ebcc417d465f07879 (diff)
downloadcrawl-ref-d319c2e18da39b5fd050dddc77b3dd4ff8cababf.tar.gz
crawl-ref-d319c2e18da39b5fd050dddc77b3dd4ff8cababf.zip
Add a yes_or_no prompt if you attempt to leave the Dungeon and picked up
the Orb at one point, but are not carrying it now. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10320 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 7569039127..abd8985d8e 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -4239,7 +4239,7 @@ static void _tutorial_describe_feature(int x, int y)
{
ostr << "These stairs lead out of the dungeon. Following them "
"will end the game. The only way to win is to "
- "transport the fabled orb of Zot outside.";
+ "transport the fabled Orb of Zot outside.";
}
else
{