share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
branchspacecampaign
changeset 9630 df942cfac4e6
parent 9610 fabff82cf0b8
child 9631 a9b7bfac05ee
equal deleted inserted replaced
9629:1655c50d9c51 9630:df942cfac4e6
   205 		end
   205 		end
   206 	end
   206 	end
   207 end
   207 end
   208 
   208 
   209 function win()
   209 function win()
       
   210 	saveBonus(1, 1)
   210 	SendStat('siGameResult', loc("Congratulations, you are the best!")) --1
   211 	SendStat('siGameResult', loc("Congratulations, you are the best!")) --1
   211 	SendStat('siCustomAchievement', loc("You have destroyed all the targets")) --11	
   212 	SendStat('siCustomAchievement', loc("You have destroyed all the targets")) --11	
   212 	SendStat('siCustomAchievement', loc("You are indeed the best PAotH pilot")) --11
   213 	SendStat('siCustomAchievement', loc("You are indeed the best PAotH pilot")) --11
   213 	SendStat('siPlayerKills','1',teamA.name)
   214 	SendStat('siPlayerKills','1',teamA.name)
   214 	EndGame()
   215 	EndGame()