share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 9397 7b7ee65f82ad
parent 9093 4114ce5d885d
child 9138 9e94a9bc8c7e
equal deleted inserted replaced
9395:2659192d5af9 9397:7b7ee65f82ad
   160 --		--TurnTimeLeft = 0 -- end turn or not? hm...
   160 --		--TurnTimeLeft = 0 -- end turn or not? hm...
   161 --		lasthog = CurrentHedgehog
   161 --		lasthog = CurrentHedgehog
   162 --		
   162 --		
   163 --	end
   163 --	end
   164 --end
   164 --end
       
   165 
       
   166 function onAchievementsDeclaration()
       
   167     if besthog ~= nil then
       
   168       DeclareAchievement("rope race", GetHogTeamName(besthog), besttime)
       
   169     end
       
   170 end