From f81ebd6b075237e35e1e736839610f585189feec Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 18 Feb 2009 08:15:47 +0000 Subject: 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 --- crawl-ref/source/tutorial.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tutorial.cc') 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 e" #ifdef USE_TILE - " or by clicking on it with your left mouse button " + " or by clicking on it with your left mouse button" #endif "."; break; -- cgit v1.2.3-54-g00ecf