changeset 3346 | 967fd96f7373 |
parent 3284 | 7ffd0e20ad08 |
child 3456 | e19e017691e4 |
--- a/share/hedgewars/Data/Missions/Training/SniperRifle.lua Fri Apr 16 12:41:06 2010 +0000 +++ b/share/hedgewars/Data/Missions/Training/SniperRifle.lua Fri Apr 16 14:37:28 2010 +0000 @@ -220,7 +220,7 @@ -- to request the available ammo and probabilities function onAmmoStoreInit() -- add an unlimited supply of shotgun ammo - SetAmmo(amSniperRifle, 9, 0, 0) + SetAmmo(amSniperRifle, 9, 0, 0, 0) end -- This function is called when a new gear is added.