share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua
changeset 14898 4596357d002d
parent 14648 be8af70adf2c
child 14928 4c5fb1ee75b7
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
    27 	ShowMission(loc("That Sinking Feeling"), loc("Challenge"), loc("Save as many hogs as possible!")
    27 	ShowMission(loc("That Sinking Feeling"), loc("Challenge"), loc("Save as many hogs as possible!")
    28 	.. "|" .. recordInfo, 4, 0)
    28 	.. "|" .. recordInfo, 4, 0)
    29 end
    29 end
    30 
    30 
    31 -- allow skipping of the intro via hitting precise key
    31 -- allow skipping of the intro via hitting precise key
    32 function onPrecise()
    32 function onPreciseLocal()
    33 	if introStage < 100 then
    33 	if introStage < 100 then
    34 		introStage = 110
    34 		introStage = 110
    35 		genCounter = 0
    35 		genCounter = 0
    36 		FollowGear(CurrentHedgehog)
    36 		FollowGear(CurrentHedgehog)
    37 		AddCaption(loc("Good luck out there!"))
    37 		AddCaption(loc("Good luck out there!"))