share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death02.lua
changeset 11952 63988f36debf
parent 11892 0526a26ddd6e
child 11965 72be38f6d0c0
equal deleted inserted replaced
11951:b05db9ca6e1c 11952:63988f36debf
   198 			SendStat(siCustomAchievement, loc("This is a new personal best, congratulations!"))
   198 			SendStat(siCustomAchievement, loc("This is a new personal best, congratulations!"))
   199 		end
   199 		end
   200 	end
   200 	end
   201 	SendStat(siCustomAchievement, loc("The next 4 times you play the \"The last encounter\" mission you'll get 20 more hit points and a laser sight."))
   201 	SendStat(siCustomAchievement, loc("The next 4 times you play the \"The last encounter\" mission you'll get 20 more hit points and a laser sight."))
   202 	SendStat(siPlayerKills,'1',teamA.name)
   202 	SendStat(siPlayerKills,'1',teamA.name)
       
   203 	SaveCampaignVar("Mission11Won", "true")
   203 	EndGame()
   204 	EndGame()
   204 end
   205 end
   205 
   206 
   206 -------------- ANIMATIONS ------------------
   207 -------------- ANIMATIONS ------------------
   207 
   208