From 1b5dbda4cf749462301965fbbe26f20ed897404b Mon Sep 17 00:00:00 2001 From: ANAND Date: Fri, 5 Apr 2019 06:14:09 +0530 Subject: [PATCH] Increase clip size of SMG --- shooter_guns/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}},