From 29f5ac40cecdb0a9e8a11a07ed5ab83a6a9342d2 Mon Sep 17 00:00:00 2001 From: dploog Date: Fri, 4 Jul 2008 11:53:07 +0000 Subject: Remove commented out lines. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6391 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 0bab47bc11..55d73eadcb 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -528,16 +528,11 @@ static formatted_string _tutorial_stats_intro() << "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 << " "; - - istr << + "Health: " << you.hp << "/" << you.hp_max << " " "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 + "Magic: " << you.magic_points << "/" << you.max_magic_points << " represents your energy \n" "for casting spells, although other \n" "actions often draw from Magic, too. \n" -- cgit v1.2.3-54-g00ecf