From 54b41a06020993b88f8017e06f027be36cc6edf4 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 14 Jul 2024 07:54:36 -0700
Subject: Clean up shot ammo descriptions.

---
 json/items/ammo/shot.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'json/items')

diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json
index e33fc96..420c4a5 100644
--- a/json/items/ammo/shot.json
+++ b/json/items/ammo/shot.json
@@ -4,7 +4,7 @@
     "type": "AMMO",
     "looks_like": "shot_00",
     "name": { "str_sp": "12ga 000 buckshot" },
-    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range.  Favored by SWAT forces.",
+    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range.",
     "weight": "32 g",
     "volume": "250 ml",
     "price": "750 cent",
@@ -40,7 +40,7 @@
     "copy-from": "shot_000",
     "type": "AMMO",
     "name": { "str_sp": "12ga 000 buckshot, reloaded" },
-    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  SWAT forces wouldn't use this homebrew shell, but a sovereign citizen looking to fend off SWAT probably would.",
+    "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.",
     "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
     "extend": { "effects": [ "RECYCLED" ] },
     "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
-- 
cgit v1.2.1