changeset 2999 | 30c4d62cd0c3 |
parent 2996 | dfc7507a21a0 |
--- a/share/hedgewars/Data/Missions/Bazooka Training.hwt Mon Mar 15 02:23:40 2010 +0000 +++ b/share/hedgewars/Data/Missions/Bazooka Training.hwt Mon Mar 15 11:53:32 2010 +0000 @@ -188,7 +188,7 @@ -- to request the available ammo and probabilities function onAmmoStoreInit() -- add an unlimited supply of bazooka ammo - SetAmmo(amBazooka, 9, 0) + SetAmmo(amBazooka, 9, 0, 0) end -- This function is called when a new gear is added.