share/hedgewars/Data/Maps/TrophyRace/map.lua
branch0.9.19
changeset 9138 9e94a9bc8c7e
parent 9135 151c8e553de2
child 9142 0dceffbaa4ee
equal deleted inserted replaced
9135:151c8e553de2 9138:9e94a9bc8c7e
   163 --	end
   163 --	end
   164 --end
   164 --end
   165 
   165 
   166 function onAchievementsDeclaration()
   166 function onAchievementsDeclaration()
   167     if besthog ~= nil then
   167     if besthog ~= nil then
   168       DeclareAchievement("rope race", GetHogTeamName(besthog), besttime)
   168       DeclareAchievement("rope race", GetHogTeamName(besthog), "TrophyRace", besttime)
   169     end
   169     end
   170 end
   170 end