share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice02.lua
changeset 14898 4596357d002d
parent 14612 bd15c8551318
child 14932 ff4003a90ff8
equal deleted inserted replaced
14897:6a928999fefd 14898:4596357d002d
   214 	if GetGearType(gear) == gtJetpack then
   214 	if GetGearType(gear) == gtJetpack then
   215 		HideMission()
   215 		HideMission()
   216 	end
   216 	end
   217 end
   217 end
   218 
   218 
   219 function onPrecise()
   219 function onPreciseLocal()
   220 	if GameTime > 3000 then
   220 	if GameTime > 3000 then
   221 		SetAnimSkip(true)
   221 		SetAnimSkip(true)
   222 	end
   222 	end
   223 end
   223 end
   224 
   224