share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/epil.lua
changeset 11038 5a9dde74127e
parent 9306 c9978ada9a3d
child 11954 62be63822a96
equal deleted inserted replaced
11037:599bb42d7448 11038:5a9dde74127e
   376 function onGearDelete(gear)
   376 function onGearDelete(gear)
   377   gearDead[gear] = true
   377   gearDead[gear] = true
   378 end
   378 end
   379 
   379 
   380 function onAmmoStoreInit()
   380 function onAmmoStoreInit()
   381   SetAmmo(amAirStrike, 9, 0, 0, 0)
   381   SetAmmo(amAirAttack, 9, 0, 0, 0)
   382   SetAmmo(amBaseballBat, 9, 0, 0, 0)
   382   SetAmmo(amBaseballBat, 9, 0, 0, 0)
   383   SetAmmo(amBazooka, 9, 0, 0, 0)
   383   SetAmmo(amBazooka, 9, 0, 0, 0)
   384   SetAmmo(amBlowTorch, 9, 0, 0, 0)
   384   SetAmmo(amBlowTorch, 9, 0, 0, 0)
   385 	SetAmmo(amClusterBomb,9, 0, 0, 0)
   385 	SetAmmo(amClusterBomb,9, 0, 0, 0)
   386   SetAmmo(amDEagle, 9, 0, 0, 0)
   386   SetAmmo(amDEagle, 9, 0, 0, 0)