share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua
changeset 12346 fb22caa19600
parent 12224 d62d6f8ebef1
child 12727 23fb2179945f
equal deleted inserted replaced
12345:b0293e4ef0de 12346:fb22caa19600
   359 
   359 
   360 		SendStat(siCustomAchievement, string.format(loc("You have destroyed %d of %d targets (+%d points)."), score, score_goal, end_score_targets))
   360 		SendStat(siCustomAchievement, string.format(loc("You have destroyed %d of %d targets (+%d points)."), score, score_goal, end_score_targets))
   361 		SendStat(siCustomAchievement, string.format(loc("You have made %d shots."), shots))
   361 		SendStat(siCustomAchievement, string.format(loc("You have made %d shots."), shots))
   362 		end_score_overall = end_score_targets
   362 		end_score_overall = end_score_targets
   363 	end
   363 	end
       
   364 	SendStat(siPointType, loc("points"))
   364 	SendStat(siPlayerKills, tostring(end_score_overall), loc("Sniperz"))
   365 	SendStat(siPlayerKills, tostring(end_score_overall), loc("Sniperz"))
   365 	SendStat(siPointType, loc("points"))
   366 end
   366 end