diff -r b0293e4ef0de -r fb22caa19600 share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua --- a/share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua Wed Apr 26 23:23:18 2017 +0200 +++ b/share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua Wed Apr 26 23:44:17 2017 +0200 @@ -226,8 +226,8 @@ GameOver = true AddCaption(loc("The flood has stopped! Challenge over.")) SendStat(siGameResult, loc("Challenge completed!")) + SendStat(siPointType, loc("rescues")) SendStat(siPlayerKills, tostring(hhCount), loc("Nameless Heroes")) - SendStat(siPointType, loc("rescues")) -- Do not count drowning hedgehogs local hhLeft = hhCount @@ -290,8 +290,8 @@ else SendStat(siCustomAchievement, loc("You haven't rescued anyone.")) end + SendStat(siPointType, loc("points")) SendStat(siPlayerKills, "0", loc("Nameless Heroes")) - SendStat(siPointType, loc("points")) SendStat(siGameResult, loc("Disqualified!")) GameOver = true