summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorevktalo <evktalo@users.sourceforge.net>2009-10-06 20:37:17 +0300
committerevktalo <evktalo@users.sourceforge.net>2009-10-06 20:37:17 +0300
commit6420f1ad492926f7b4ef3dfe70f71ad348968869 (patch)
tree68a8c01e9588de82e28b5fbb54d518699cd551d5
parentba32b4c6d13011afc9e89b01c9a4aba693f2a7b0 (diff)
downloadcrawl-ref-6420f1ad492926f7b4ef3dfe70f71ad348968869.tar.gz
crawl-ref-6420f1ad492926f7b4ef3dfe70f71ad348968869.zip
Revert nonsensical "Modify a few tutorial messages according to the z/Z changes." Whoops.
This reverts commit ba32b4c6d13011afc9e89b01c9a4aba693f2a7b0.
-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 1200120530..0a0b545e1d 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -3225,7 +3225,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 "
@@ -3241,7 +3241,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 "
@@ -3329,7 +3329,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())