share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 11615 d5b205f00ac7
parent 11613 66880a42c2d7
child 11623 515d2d38ab8b
equal deleted inserted replaced
11614:3c959df6638e 11615:d5b205f00ac7
   676 end
   676 end
   677 
   677 
   678 function getActualHeight(height)
   678 function getActualHeight(height)
   679     return 32640-height
   679     return 32640-height
   680 end
   680 end
       
   681 
       
   682 function onAchievementsDeclaration()
       
   683     for teamname, score in pairs(teamBests) do
       
   684         DeclareAchievement("height reached", teamname, "ClimbHome", score)
       
   685     end
       
   686 end