summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-29 02:35:14 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-29 02:35:14 +0000
commit3da16ef55175ccae0b1645e9b0e22709a14c1203 (patch)
tree7c5a1030455c8b0a173b4af3b8b2aca247c3eeb2 /crawl-ref/source/state.cc
parent395829b30fde460c96a7429fb87428dd576ab5b8 (diff)
downloadcrawl-ref-3da16ef55175ccae0b1645e9b0e22709a14c1203.tar.gz
crawl-ref-3da16ef55175ccae0b1645e9b0e22709a14c1203.zip
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
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc5
1 files changed, 0 insertions, 5 deletions
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());