share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
changeset 14949 4c5fb1ee75b7
parent 14689 38836d6c5c8a
child 14951 632538406573
equal deleted inserted replaced
14948:9d6a25239d00 14949:4c5fb1ee75b7
   350 			AddAmmo(hog, amRope, 0)
   350 			AddAmmo(hog, amRope, 0)
   351 			SendStat(siCustomAchievement, loc("Oh yeah! You sure know how to rope!"))
   351 			SendStat(siCustomAchievement, loc("Oh yeah! You sure know how to rope!"))
   352 			SendStat(siGameResult, loc("You have finished the Basic Rope Training!"))
   352 			SendStat(siGameResult, loc("You have finished the Basic Rope Training!"))
   353 			SendStat(siPlayerKills, "0", teamName)
   353 			SendStat(siPlayerKills, "0", teamName)
   354 			EndGame()
   354 			EndGame()
       
   355 			SetState(hog, gstWinner)
   355 			gameOver = true
   356 			gameOver = true
   356 			SetInputMask(0)
   357 			SetInputMask(0)
   357 		end
   358 		end
   358 		currentTarget = currentTarget + 1
   359 		currentTarget = currentTarget + 1
   359 
   360