From 3da16ef55175ccae0b1645e9b0e22709a14c1203 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 29 May 2008 02:35:14 +0000 Subject: Twelve new tutorial events, plus examining a square with a cloud or a monster submerged in shallow water will give extra info during turorial mode. Might be giving too many spoilers, especially the tips on surviving in the Abyss and saying exactly what each god likes and dislikes when covnerting. There's a bug in non-tiles build where the tutorial note on branch entrances shows the '>' symbol as light-grey instead of yellow; don't know what's causing that. Also, made player::backlit() used _get_contamination_level() to stay in sync with the rest of the code. Breaks savefile compatibilty. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5320 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/state.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index d3b6756547..7ed5d08de1 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -190,12 +190,7 @@ bool interrupt_cmd_repeat( activity_interrupt_type ai, } if (Options.tutorial_left) - { - // enforce that this message comes first tutorial_first_monster(*mon); - if (get_mons_colour(mon) != mon->colour) - learned_something_new(TUT_MONSTER_BRAND); - } #else formatted_string fs( channel_to_colour(MSGCH_WARN) ); fs.cprintf("%s (", mon->name(DESC_PLAIN, true).c_str()); -- cgit v1.2.3-54-g00ecf