share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 9409 6564baf7dedf
parent 9397 7b7ee65f82ad
child 9142 0dceffbaa4ee
equal deleted inserted replaced
9407:860f959f92c9 9409:6564baf7dedf
   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