# HG changeset patch # User Wuzzy # Date 1537221960 -7200 # Node ID 461db56397b44be2d2e756b9b57cda0d47d92805 # Parent 4ed202f0428e98a6651a6248a5fc635ff43c3990 Add exit hint after Basic Movement Training diff -r 4ed202f0428e -r 461db56397b4 share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua Mon Sep 17 22:37:47 2018 +0200 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua Tue Sep 18 00:06:00 2018 +0200 @@ -248,6 +248,7 @@ ShowMission(loc("Basic Movement Training"), loc("Training complete!"),loc("Congratulations! You have completed the obstacle course!"), 0, 0) SendStat(siGameResult, loc("You have completed the Basic Movement Training!")) SendStat(siCustomAchievement, loc("Congratulations!")) + SendStat(siCustomAchievement, loc("Return to the training menu by pressing the “Go back” button.")) SendStat(siPlayerKills, "0", loc("Training Team")) PlaySound(sndVictory, CurrentHedgehog) -- Disable controls, end game