From 9d50c76de535f99c039fbd1250eadb8554cedcbb Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 1 Jul 2008 22:49:33 +0000 Subject: For Tiles, use some of the other wall types in the Abyss as well to make it more interesting. The rest is mostly clean-up. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6307 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 6251da1299..3c0961da49 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -2563,27 +2563,13 @@ 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) - return; - - text << "While unsporting, it is sometimes useful to attack a " - "fleeing monster by throwing something after it. To do this, " -#ifdef USE_TILE - "you can choose your firing ammunition by left-clicking " - "on it with your mouse. " - "In the case of weapons (rather than missiles) you need to " - "be pressing Ctrl at the same time, to distinguish " - "the action from wielding. Then target the monster by " - "clicking on it." -#else - "press f, choose a throwing weapon, e.g. one of your " - "spears, use + to select a monster and press " - "., f or Enter. The closest monster " - "will be autoselected. If you've got the fire_order option " - "set you can directly use ff or f+. instead; " - "the game will pick the first weapon that fits the option." -#endif - "\nIf you miss, you can fire at it again with ff."; + 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 " + "fleeing creature by throwing something after it. If you " + "have any daggers or hand axes in your inventory you " + "can look at one of them to read an explanation of how to do " + "this."; break; case TUT_MONSTER_BRAND: -- cgit v1.2.3-54-g00ecf