summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorevktalo <evktalo@users.sourceforge.net>2009-10-06 20:38:34 +0300
committerevktalo <evktalo@users.sourceforge.net>2009-10-06 20:38:34 +0300
commit23ff814fd3727442f17b093612e2bd802e972c2e (patch)
treec2b976c6fdfc2ac507b42b5c17f5a9c0c0125dfc /crawl-ref/source/tutorial.cc
parenteb076f4e8e72b8c9f839892bf8d1aba4838bf06a (diff)
downloadcrawl-ref-23ff814fd3727442f17b093612e2bd802e972c2e.tar.gz
crawl-ref-23ff814fd3727442f17b093612e2bd802e972c2e.zip
Revert "Modify a few tutorial messages according to the z/Z changes" from master too.
This reverts commit eb076f4e8e72b8c9f839892bf8d1aba4838bf06a.
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc6
1 files changed, 3 insertions, 3 deletions
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 <w>Z\?</w> or <w>I</w>) then a miscast "
+ "checked by entering <w>z\?</w> or <w>I</w>) 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 <w>Z\?!</w> or <w>II</w>. "
+ "hungry spells make you by entering <w>z\?!</w> or <w>II</w>. "
"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<std::string> listed;
if (Options.tutorial_type == TUT_MAGIC_CHAR)
- listed.push_back("your spells (<w>Z?</w>)");
+ listed.push_back("your spells (<w>z?</w>)");
if (!your_talents(false).empty())
listed.push_back("your <w>a</w>bilities");
if (Options.tutorial_type != TUT_MAGIC_CHAR || how_mutated())