summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 458a2bb6a5..eee93914e1 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1608,12 +1608,7 @@ inline static void monster_warning(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);
- }
}
}