summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 61683c32e8..1b56a12daf 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -935,6 +935,14 @@ static void _input()
{
learned_something_new(TUT_MAP_VIEW);
}
+ else if (!you.running
+ && Options.tutorial_events[TUT_AUTO_EXPLORE]
+ && you.num_turns >= 700
+ && you.hp == you.hp_max
+ && you.magic_points == you.max_magic_points)
+ {
+ learned_something_new(TUT_AUTO_EXPLORE);
+ }
}
else
{