summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 21:15:40 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-04 21:15:40 +0000
commita6ed54f4d646157c90186c4d423fa0820c5748c0 (patch)
tree64a740f1bc83cf5bf604cfaf4b4d06ef00241dee /crawl-ref/source/tutorial.cc
parent0db561d39a8d614d72cf0c75eaf0b7681ea84901 (diff)
downloadcrawl-ref-a6ed54f4d646157c90186c4d423fa0820c5748c0.tar.gz
crawl-ref-a6ed54f4d646157c90186c4d423fa0820c5748c0.zip
Send wizards into the Dungeon wearing a proper wizard hat. David is
right in that should not be too powerful for this comparatively weak class, and that it is immensely flavourful. :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6397 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 55d73eadcb..5637961f94 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -532,11 +532,11 @@ static formatted_string _tutorial_stats_intro()
"and meaning current \n"
"out of maximum health points. When \n"
"Health drops to zero, you die. \n"
- "<w>Magic: " << you.magic_points << "/" << you.max_magic_points
+ "<w>Magic: " << you.magic_points << "/" << you.max_magic_points
<< "</w> represents your energy \n"
"for casting spells, although other \n"
"actions often draw from Magic, too. \n"
- "<w>Str</w>ength, <w>Int</w>elligence, <w>Dex</w>terity \n"
+ "<w>Str</w>ength, <w>Int</w>elligence, <w>Dex</w>terity \n"
"below provide an all-around account \n"
"of the character's attributes. \n"
"Don't worry about the rest for now. \n"
@@ -2559,6 +2559,9 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y)
break;
case TUT_FLEEING_MONSTER:
+ if (Options.tutorial_type != TUT_BERSERK_CHAR)
+ break;
+
text << "Now that monster is scared of you! Note that you do not "
"absolutely have to follow it. Rather, you can let it run "
"away. Sometimes, though, it can be useful to attack a "