share/hedgewars/Data/Missions/Bazooka Training.hwt
changeset 2999 30c4d62cd0c3
parent 2996 dfc7507a21a0
equal deleted inserted replaced
2998:5b74906c14bb 2999:30c4d62cd0c3
   186 
   186 
   187 -- This function is called when the game is initialized
   187 -- This function is called when the game is initialized
   188 -- to request the available ammo and probabilities
   188 -- to request the available ammo and probabilities
   189 function onAmmoStoreInit()
   189 function onAmmoStoreInit()
   190 	-- add an unlimited supply of bazooka ammo
   190 	-- add an unlimited supply of bazooka ammo
   191 	SetAmmo(amBazooka, 9, 0)
   191 	SetAmmo(amBazooka, 9, 0, 0)
   192 end
   192 end
   193 
   193 
   194 -- This function is called when a new gear is added.
   194 -- This function is called when a new gear is added.
   195 -- We don't need it for this training, so we can
   195 -- We don't need it for this training, so we can
   196 -- keep it empty.
   196 -- keep it empty.