Increase clip size of SMG

This commit is contained in:
ANAND 2019-04-05 06:14:09 +05:30 committed by stujones11
parent 8c85ca00c5
commit 1b5dbda4cf

View file

@ -87,7 +87,7 @@ shooter.register_weapon("shooter_guns:machine_gun", {
inventory_image = "shooter_smgun.png",
spec = {
automatic = true,
rounds = 20,
rounds = 32,
range = 160,
step = 20,
tool_caps = {full_punch_interval=0.1, damage_groups={fleshy=2}},