share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua
changeset 11952 63988f36debf
parent 11892 0526a26ddd6e
child 11965 72be38f6d0c0
equal deleted inserted replaced
11951:b05db9ca6e1c 11952:63988f36debf
   224 			SendStat(siCustomAchievement, loc("This is a new personal best, congratulations!"))
   224 			SendStat(siCustomAchievement, loc("This is a new personal best, congratulations!"))
   225 		end
   225 		end
   226 	end
   226 	end
   227 	SendStat(siCustomAchievement, loc("You will gain some extra ammo from the crates the next time you play the \"Getting to the device\" mission."))
   227 	SendStat(siCustomAchievement, loc("You will gain some extra ammo from the crates the next time you play the \"Getting to the device\" mission."))
   228 	SendStat(siPlayerKills,'1',teamA.name)
   228 	SendStat(siPlayerKills,'1',teamA.name)
       
   229 	SaveCampaignVar("Mission10Won", "true")
   229 	EndGame()
   230 	EndGame()
   230 end
   231 end
   231 
   232 
   232 -------------- ANIMATIONS ------------------
   233 -------------- ANIMATIONS ------------------
   233 
   234