From 03ca9e165e405593945c8a95d10d002b5011df7c Mon Sep 17 00:00:00 2001 From: dploog Date: Fri, 4 Jul 2008 11:47:19 +0000 Subject: Fixed tutorial (Markus). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6390 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 3c0961da49..0bab47bc11 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -282,9 +282,10 @@ static formatted_string _tut_starting_info(unsigned int width) " x - examines something in your vicinity" EOL EOL "This tutorial will help you play Crawl without reading any " "documentation. If you feel intrigued, there is more information " - "available in these files (all of which can also be read in-game):" + "available in the following files from the docs/ folder (all of " + "which can also be read in-game):" EOL - " readme.txt - " + " quickstart.txt - " "A very short guide to Crawl." EOL " crawl_manual.txt - " "This contains all details on races, magic, skills, etc." EOL @@ -524,26 +525,26 @@ static formatted_string _tutorial_stats_intro() istr << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">" - << "To the right, important properties of \n" - "the character are displayed. The most \n" - "basic one is your health, measured as \n" - "HP: " << you.hp << "/" << you.hp_max << ". "; + << "To the right, important properties \n" + "of the character are displayed. The \n" + "most basic one is Health, shown as \n" + "Health: " << you.hp << "/" << you.hp_max << " "; - if (Options.tutorial_type == TUT_MAGIC_CHAR) - istr << " "; + // if (Options.tutorial_type == TUT_MAGIC_CHAR) + // istr << " "; istr << - "These are your current out \n" - "of maximum health points. When health \n" - "drops to zero, you die. \n" + "and meaning current \n" + "out of maximum health points. When \n" + "Health drops to zero, you die. \n" "Magic: " << you.magic_points << "/" << you.max_magic_points - << " is your energy for casting \n" - "spells, although more mundane actions \n" - "often draw from Magic, too. \n" - "Further down, Strength, Dexterity and \n" - "Intelligence are shown and provide an \n" - "all-around account of the character's \n" - "attributes. \n" + << " represents your energy \n" + "for casting spells, although other \n" + "actions often draw from Magic, too. \n" + "Strength, Intelligence, Dexterity \n" + "below provide an all-around account \n" + "of the character's attributes. \n" + "Don't worry about the rest for now. \n" << "" " \n" " --more-- Press Escape to skip the basics\n" @@ -1729,7 +1730,7 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y) ". Unlike all other objects in Crawl it doesn't show up in " "your inventory, takes up no space in your inventory, weighs " "nothing and can't be dropped. Gold can be used to buy " - "items from shops, and can also be sacrificed to some gods."; + "items from shops, and can also be sacrificed to some gods. "; if (!Options.show_gold_turns) { -- cgit v1.2.3-54-g00ecf