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