diff -r 221380cdee7e -r 50f511588635 share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua --- a/share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua Mon Jan 14 06:17:35 2019 +0100 +++ b/share/hedgewars/Data/Missions/Challenge/User_Mission_-_That_Sinking_Feeling.lua Mon Jan 14 07:14:18 2019 +0100 @@ -241,7 +241,7 @@ GameOver = true AddCaption(loc("The flood has stopped! Challenge over.")) SendStat(siGameResult, loc("Challenge completed!")) - SendStat(siPointType, loc("rescues")) + SendStat(siPointType, "!POINTS") SendStat(siPlayerKills, tostring(hhCount), playerTeamName) -- Do not count drowning hedgehogs @@ -308,7 +308,7 @@ else SendStat(siCustomAchievement, loc("You haven't rescued anyone.")) end - SendStat(siPointType, loc("points")) + SendStat(siPointType, "!POINTS") SendStat(siPlayerKills, "0", playerTeamName) local highscore = tonumber(GetMissionVar("Highscore")) show = (type(highscore) == "number") and (highscore > 0)