From 23ff814fd3727442f17b093612e2bd802e972c2e Mon Sep 17 00:00:00 2001 From: evktalo Date: Tue, 6 Oct 2009 20:38:34 +0300 Subject: Revert "Modify a few tutorial messages according to the z/Z changes" from master too. This reverts commit eb076f4e8e72b8c9f839892bf8d1aba4838bf06a. --- crawl-ref/source/tutorial.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index dbc8d73b33..9bd6d898df 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -3223,7 +3223,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) } text << "If the spellcasting success chance is high (which can be " - "checked by entering Z\? or I) then a miscast " + "checked by entering z\? or I) then a miscast " "merely means the spell is not working, along with a harmless " "side effect. " "However, for spells with a low success rate, there's a chance " @@ -3239,7 +3239,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) } case TUT_SPELL_HUNGER: text << "The spell you just cast made you hungrier; you can see how " - "hungry spells make you by entering Z\?! or II. " + "hungry spells make you by entering z\?! or II. " "The amount of nutrition consumed increases with the level of " "the spell and decreases depending on your intelligence stat " "and your Spellcasting skill. If both of these are high " @@ -3327,7 +3327,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) std::vector listed; if (Options.tutorial_type == TUT_MAGIC_CHAR) - listed.push_back("your spells (Z?)"); + listed.push_back("your spells (z?)"); if (!your_talents(false).empty()) listed.push_back("your abilities"); if (Options.tutorial_type != TUT_MAGIC_CHAR || how_mutated()) -- cgit v1.2.3-54-g00ecf