share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon01.lua
changeset 11976 d5dabb71d6bf
parent 11975 c52d35c859e8
child 12049 030464f34d47
equal deleted inserted replaced
11975:c52d35c859e8 11976:d5dabb71d6bf
   217 function onAmmoStoreInit()
   217 function onAmmoStoreInit()
   218 	SetAmmo(amBazooka, 0, 0, 0, 3)
   218 	SetAmmo(amBazooka, 0, 0, 0, 3)
   219 	SetAmmo(amParachute, 0, 0, 0, 1)
   219 	SetAmmo(amParachute, 0, 0, 0, 1)
   220 	SetAmmo(amGrenade, 0, 0, 0, 6)
   220 	SetAmmo(amGrenade, 0, 0, 0, 6)
   221 	SetAmmo(amDEagle, 0, 0, 0, 4)
   221 	SetAmmo(amDEagle, 0, 0, 0, 4)
       
   222 	SetAmmo(amSkip, 9, 0, 0, 1)
   222 end
   223 end
   223 
   224 
   224 function onGameTick()
   225 function onGameTick()
   225 	AnimUnWait()
   226 	AnimUnWait()
   226 	if ShowAnimation() == false then
   227 	if ShowAnimation() == false then