share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death01.lua
branchspacecampaign
changeset 9638 9db28f0a3f8a
parent 9630 df942cfac4e6
child 9642 8a691e0f117a
equal deleted inserted replaced
9637:b23f9b7d49fa 9638:9db28f0a3f8a
   275 	saveCompletedStatus(6)
   275 	saveCompletedStatus(6)
   276 	SendStat('siGameResult', loc("Congratulations, you won!")) --1
   276 	SendStat('siGameResult', loc("Congratulations, you won!")) --1
   277 	SendStat('siCustomAchievement', loc("You have successfuly eliminated Professor Hogevil")) --11
   277 	SendStat('siCustomAchievement', loc("You have successfuly eliminated Professor Hogevil")) --11
   278 	SendStat('siCustomAchievement', loc("You have rescued H and Dr.Cornelius")) --11
   278 	SendStat('siCustomAchievement', loc("You have rescued H and Dr.Cornelius")) --11
   279 	SendStat('siCustomAchievement', loc("You have acquired the last part")) --11
   279 	SendStat('siCustomAchievement', loc("You have acquired the last part")) --11
       
   280 	SendStat('siCustomAchievement', loc("Now go and play the menu mission to complete the campaign")) --11
   280 	SendStat('siPlayerKills','1',teamA.name)
   281 	SendStat('siPlayerKills','1',teamA.name)
   281 	SendStat('siPlayerKills','0',teamC.name)
   282 	SendStat('siPlayerKills','0',teamC.name)
   282 	EndGame()
   283 	EndGame()
   283 end
   284 end
   284 
   285