From b26d9812ff1b2ec501da35d127f3e7bbe1ed49a6 Mon Sep 17 00:00:00 2001 From: ANAND Date: Fri, 22 Mar 2019 15:13:18 +0530 Subject: [PATCH] Reduce effective range of shotgun --- 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 4f7d2d8..304cea6 100644 --- a/shooter_guns/init.lua +++ b/shooter_guns/init.lua @@ -60,7 +60,7 @@ shooter.register_weapon("shooter_guns:shotgun", { inventory_image = "shooter_shotgun.png", spec = { rounds = 50, - range = 60, + range = 30, step = 15, tool_caps = {full_punch_interval=1.5, damage_groups={fleshy=4}}, groups = {cracky=3, snappy=2, crumbly=2, choppy=2, fleshy=1, oddly_breakable_by_hand=1},