summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
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());