summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/tutorial.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 8e851279e6..b7ab40b522 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1311,13 +1311,6 @@ void tutorial_first_monster(const monsters &mon)
return;
}
- if (_mons_is_highlighted(&mon))
- {
- // Make first monster notice player, so we can explain the brand
- // some time later.
- monsters *m = monster_at(mon.pos());
- behaviour_event( m, ME_ALERT, MHITYOU, you.pos() );
- }
stop_running();
Options.tutorial_events[TUT_SEEN_MONSTER] = false;