share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
branchspacecampaign
changeset 9631 a9b7bfac05ee
parent 9630 df942cfac4e6
child 9642 8a691e0f117a
equal deleted inserted replaced
9630:df942cfac4e6 9631:a9b7bfac05ee
   209 function win()
   209 function win()
   210 	saveBonus(1, 1)
   210 	saveBonus(1, 1)
   211 	SendStat('siGameResult', loc("Congratulations, you are the best!")) --1
   211 	SendStat('siGameResult', loc("Congratulations, you are the best!")) --1
   212 	SendStat('siCustomAchievement', loc("You have destroyed all the targets")) --11	
   212 	SendStat('siCustomAchievement', loc("You have destroyed all the targets")) --11	
   213 	SendStat('siCustomAchievement', loc("You are indeed the best PAotH pilot")) --11
   213 	SendStat('siCustomAchievement', loc("You are indeed the best PAotH pilot")) --11
       
   214 	SendStat('siCustomAchievement', loc("Next you play \"Searching in the dust\" you'll have an RC plane available")) --11
   214 	SendStat('siPlayerKills','1',teamA.name)
   215 	SendStat('siPlayerKills','1',teamA.name)
   215 	EndGame()
   216 	EndGame()
   216 end
   217 end
   217 
   218 
   218 function gameOver()
   219 function gameOver()