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.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 7d4c2f91b3..e121d9f414 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -895,11 +895,11 @@ static void input()
if (Options.tut_just_triggered)
Options.tut_just_triggered = false;
+ if (Options.tutorial_events[TUT_RUN_AWAY] && 2*you.hp < you.hp_max )
+ learned_something_new(TUT_RUN_AWAY);
+
if ( i_feel_safe() )
{
- if (Options.tutorial_events[TUT_RUN_AWAY] && 2*you.hp < you.hp_max )
- learned_something_new(TUT_RUN_AWAY);
-
if (Options.tutorial_left)
{
if ( 2*you.hp < you.hp_max