share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert03.lua
changeset 14919 4596357d002d
parent 14509 7bb7e5e54f70
child 15023 3ed1cbd31754
equal deleted inserted replaced
14918:6a928999fefd 14919:4596357d002d
   118 function onAmmoStoreInit()
   118 function onAmmoStoreInit()
   119 	SetAmmo(amNothing, 0, 0, 0, 0)
   119 	SetAmmo(amNothing, 0, 0, 0, 0)
   120 	SetAmmo(amRCPlane, 0, 0, 0, 1)
   120 	SetAmmo(amRCPlane, 0, 0, 0, 1)
   121 end
   121 end
   122 
   122 
   123 function onPrecise()
   123 function onPreciseLocal()
   124 	if GameTime > 3000 then
   124 	if GameTime > 3000 then
   125 		SetAnimSkip(true)
   125 		SetAnimSkip(true)
   126 	end
   126 	end
   127 end
   127 end
   128 
   128