share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death02.lua
changeset 11965 72be38f6d0c0
parent 11952 63988f36debf
child 12049 030464f34d47
equal deleted inserted replaced
11964:f3c1679694d3 11965:72be38f6d0c0
   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 	SaveCampaignVar("Mission11Won", "true")
       
   204 	checkAllMissionsCompleted()
   204 	EndGame()
   205 	EndGame()
   205 end
   206 end
   206 
   207 
   207 -------------- ANIMATIONS ------------------
   208 -------------- ANIMATIONS ------------------
   208 
   209