share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 15068 6f51c75994a4
parent 14964 bcecb3349948
child 15151 9d0dc3be6307
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua	Mon May 27 21:56:12 2019 +0200
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua	Tue May 28 00:48:17 2019 +0200
@@ -262,7 +262,7 @@
 
 local function victory()
 	SaveMissionVar("Won", "true")
-	ShowMission(loc("Basic Movement Training"), loc("Training complete!"),loc("Congratulations! You have completed the obstacle course!"), 0, 0)
+	ShowMission(loc("Basic Movement Training"), loc("Training complete!"),loc("Congratulations! You have completed the obstacle course!"), 4, 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."))
@@ -538,7 +538,7 @@
 	SetInputMask(0)
 	SetSoundMask(sndYesSir, true)
 	LoadGearData()
-	ShowMission(loc("Basic Movement Training"), loc("Basic Training"), loc("Complete the obstacle course."), 1, 0)
+	ShowMission(loc("Basic Movement Training"), loc("Basic Training"), loc("Complete the obstacle course."), 10, 0)
 	FollowGear(hog_greenhorn)
 end