share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
changeset 11952 63988f36debf
parent 11692 68eddcdc9f26
child 11965 72be38f6d0c0
equal deleted inserted replaced
11951:b05db9ca6e1c 11952:63988f36debf
   211 	SendStat(siGameResult, loc("Congratulations, you are the best!"))
   211 	SendStat(siGameResult, loc("Congratulations, you are the best!"))
   212 	SendStat(siCustomAchievement, loc("You have destroyed all the targets."))
   212 	SendStat(siCustomAchievement, loc("You have destroyed all the targets."))
   213 	SendStat(siCustomAchievement, loc("You are indeed the best PAotH pilot."))
   213 	SendStat(siCustomAchievement, loc("You are indeed the best PAotH pilot."))
   214 	SendStat(siCustomAchievement, loc("Next time you play \"Searching in the dust\" you'll have an RC plane available."))
   214 	SendStat(siCustomAchievement, loc("Next time you play \"Searching in the dust\" you'll have an RC plane available."))
   215 	SendStat(siPlayerKills,'1',teamA.name)
   215 	SendStat(siPlayerKills,'1',teamA.name)
       
   216 	SaveCampaignVar("Mission12Won", "true")
   216 	EndGame()
   217 	EndGame()
   217 end
   218 end
   218 
   219 
   219 function gameOver()
   220 function gameOver()
   220 	SendStat(siGameResult, loc("Hog Solo lost, try again!"))
   221 	SendStat(siGameResult, loc("Hog Solo lost, try again!"))