diff -r 57ce31b696ff -r 151c8e553de2 share/hedgewars/Data/Maps/TrophyRace/map.lua --- a/share/hedgewars/Data/Maps/TrophyRace/map.lua Tue Jun 11 11:48:36 2013 +0200 +++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua Tue Aug 06 00:26:07 2013 +0400 @@ -162,3 +162,9 @@ -- -- end --end + +function onAchievementsDeclaration() + if besthog ~= nil then + DeclareAchievement("rope race", GetHogTeamName(besthog), besttime) + end +end