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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 0c50ab5ed9..38d0f53351 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -848,13 +848,13 @@ static void input()
{
tutorial_healing_reminder();
}
- else if (you.running < RMODE_REST_DURATION &&
+ else if (!you.running &&
Options.tutorial_events[TUT_SHIFT_RUN] &&
you.num_turns >= 200)
{
learned_something_new(TUT_SHIFT_RUN);
}
- else if (you.running < RMODE_REST_DURATION &&
+ else if (!you.running &&
Options.tutorial_events[TUT_MAP_VIEW] &&
you.num_turns >= 500)
{