diff -r 66566cfe0a7e -r 952afc3d2df2 share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua Tue Sep 26 16:25:57 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua Tue Sep 26 18:54:35 2017 +0200 @@ -249,14 +249,14 @@ SendStat(siCustomAchievement, loc("The time that you have left when you reach the blue hedgehog will be added to the next turn.")) SendStat(siCustomAchievement, loc("Each turn you'll have only one rope to use.")) SendStat(siCustomAchievement, loc("You'll lose if you die or if your time is up.")) - SendStat(siPlayerKills,'0',teamA.name) + sendSimpleTeamRankings({teamB.name, teamA.name}) EndGame() end function win() SendStat(siGameResult, loc("Congratulations, you are the fastest!")) -- siCustomAchievements were added earlier - SendStat(siPlayerKills,'0',teamA.name) + sendSimpleTeamRankings({teamA.name, teamB.name}) SaveCampaignVar("Mission13Won", "true") checkAllMissionsCompleted() EndGame()