From d319c2e18da39b5fd050dddc77b3dd4ff8cababf Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 19 Jul 2009 14:52:59 +0000 Subject: 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 --- crawl-ref/source/tutorial.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tutorial.cc') 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 { -- cgit v1.2.3-54-g00ecf