share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua
changeset 14898 4596357d002d
parent 14582 e74acf5141fd
child 14932 ff4003a90ff8
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
   172 	if GetHealth(hero.gear) and startChallenge and isHeroNextToRunner() and currentPosition < 5 then
   172 	if GetHealth(hero.gear) and startChallenge and isHeroNextToRunner() and currentPosition < 5 then
   173 		moveRunner()
   173 		moveRunner()
   174 	end
   174 	end
   175 end
   175 end
   176 
   176 
   177 function onPrecise()
   177 function onPreciseLocal()
   178 	if GameTime > 3000 then
   178 	if GameTime > 3000 then
   179 		SetAnimSkip(true)
   179 		SetAnimSkip(true)
   180 	end
   180 	end
   181 end
   181 end
   182 
   182