equal
deleted
inserted
replaced
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. |