share/hedgewars/Data/Maps/TrophyRace/map.lua
branch0.9.19
changeset 9135 151c8e553de2
parent 9093 4114ce5d885d
child 9138 9e94a9bc8c7e
equal deleted inserted replaced
9132:57ce31b696ff 9135:151c8e553de2
   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