From b56823e284d1c8c09fad15f3b4c45f9cdc8136ac Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 4 Oct 2023 19:32:17 -0700 Subject: Fix 12ga range back to 12. --- json/items/ammo/shot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json index 86d7790..be91573 100644 --- a/json/items/ammo/shot.json +++ b/json/items/ammo/shot.json @@ -17,7 +17,7 @@ "stack_size": 20, "ammo_type": "shot", "casing": "shot_hull", - "range": 20, + "range": 12, "damage": { "damage_type": "bullet", "amount": 80, "armor_multiplier": 2.0 }, "recoil": 2500, "loudness": 160, -- cgit v1.2.1