share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua
changeset 11965 72be38f6d0c0
parent 11952 63988f36debf
child 12049 030464f34d47
equal deleted inserted replaced
11964:f3c1679694d3 11965:72be38f6d0c0
   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 	SaveCampaignVar("Mission10Won", "true")
       
   230 	checkAllMissionsCompleted()
   230 	EndGame()
   231 	EndGame()
   231 end
   232 end
   232 
   233 
   233 -------------- ANIMATIONS ------------------
   234 -------------- ANIMATIONS ------------------
   234 
   235