share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua
changeset 14903 4596357d002d
parent 14631 ab6be7d200b0
child 14937 ff4003a90ff8
equal deleted inserted replaced
14902:6a928999fefd 14903:4596357d002d
   254 
   254 
   255 function onAmmoStoreInit()
   255 function onAmmoStoreInit()
   256 	SetAmmo(amWatermelon, 0, 0, 0, 1)
   256 	SetAmmo(amWatermelon, 0, 0, 0, 1)
   257 end
   257 end
   258 
   258 
   259 function onPrecise()
   259 function onPreciseLocal()
   260 	if GameTime > 3000 then
   260 	if GameTime > 3000 then
   261 		SetAnimSkip(true)
   261 		SetAnimSkip(true)
   262 	end
   262 	end
   263 end
   263 end
   264 
   264