summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-stuff.cc')
-rw-r--r--crawl-ref/source/mon-stuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-stuff.cc b/crawl-ref/source/mon-stuff.cc
index 47c8e72c98..a1a955030e 100644
--- a/crawl-ref/source/mon-stuff.cc
+++ b/crawl-ref/source/mon-stuff.cc
@@ -498,7 +498,7 @@ int place_monster_corpse(const monsters *monster, bool silent,
static void _tutorial_inspect_kill()
{
- if (Options.tutorial_events[TUT_KILLED_MONSTER])
+ if (Tutorial.tutorial_events[TUT_KILLED_MONSTER])
learned_something_new(TUT_KILLED_MONSTER);
}
@@ -3480,7 +3480,7 @@ void seen_monster(monsters *monster)
if (!mons_is_mimic(monster->type))
{
- if (Options.tutorial_left)
+ if (Tutorial.tutorial_left)
tutorial_first_monster(*monster);
if (MONST_INTERESTING(monster))