share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua
changeset 15002 3ed1cbd31754
parent 14932 ff4003a90ff8
child 15068 6f51c75994a4
equal deleted inserted replaced
15001:1a05a1929e2c 15002:3ed1cbd31754
    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 onPreciseLocal()
    32 function onPrecise()
    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!"))