diff --git a/shooter_guns/init.lua b/shooter_guns/init.lua index 404cab0..1405c06 100644 --- a/shooter_guns/init.lua +++ b/shooter_guns/init.lua @@ -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}},