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>2009-02-18 08:15:47 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-18 08:15:47 +0000
commitf81ebd6b075237e35e1e736839610f585189feec (patch)
tree948315fbe438f7b6d8a918b1bf87b7ace56515d0 /crawl-ref/source/tutorial.cc
parent94d956b872a116e4523fc73fec1a0420c33615ee (diff)
downloadcrawl-ref-f81ebd6b075237e35e1e736839610f585189feec.tar.gz
crawl-ref-f81ebd6b075237e35e1e736839610f585189feec.zip
Book acquirement again:
* Weigh magic skills stronger to bias against manuals. * Fall through to randart (theme) books if all spells are known. * Allow spell school combinations (Conj/Fire) in naming randarts after hell lords and others. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9122 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 18326f1689..fb131a5d56 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1634,7 +1634,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
#endif
". You can eat it by typing <w>e</w>"
#ifdef USE_TILE
- " or by clicking on it with your <w>left mouse button</w> "
+ " or by clicking on it with your <w>left mouse button</w>"
#endif
".";
break;