share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert01.lua
changeset 11976 d5dabb71d6bf
parent 11692 68eddcdc9f26
child 12049 030464f34d47
equal deleted inserted replaced
11975:c52d35c859e8 11976:d5dabb71d6bf
   270 function onAmmoStoreInit()
   270 function onAmmoStoreInit()
   271 	SetAmmo(amBlowTorch, 0, 0, 0, 1)
   271 	SetAmmo(amBlowTorch, 0, 0, 0, 1)
   272 	SetAmmo(amRope, 0, 0, 0, 1)
   272 	SetAmmo(amRope, 0, 0, 0, 1)
   273 	SetAmmo(amPortalGun, 0, 0, 0, 1)
   273 	SetAmmo(amPortalGun, 0, 0, 0, 1)
   274 	SetAmmo(amGirder, 0, 0, 0, 3)
   274 	SetAmmo(amGirder, 0, 0, 0, 3)
       
   275 	SetAmmo(amSkip, 9, 0, 0, 1)
   275 end
   276 end
   276 
   277 
   277 function onGearAdd(gear)
   278 function onGearAdd(gear)
   278 	if GetGearType(gear) == gtCase then
   279 	if GetGearType(gear) == gtCase then
   279 		if GetX(gear) == btorch2X and GetY(gear) == btorch2Y then
   280 		if GetX(gear) == btorch2X and GetY(gear) == btorch2Y then