share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua
changeset 15002 3ed1cbd31754
parent 14932 ff4003a90ff8
child 15081 3a561db2a71c
equal deleted inserted replaced
15001:1a05a1929e2c 15002:3ed1cbd31754
   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 onPreciseLocal()
   177 function onPrecise()
   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