From 81494daa1dff842b74ac9ff12c23952a6e642d9c Mon Sep 17 00:00:00 2001 From: Holli Date: Sat, 25 May 2024 10:07:09 -0600 Subject: [PATCH 1/2] Rename "shotgun hull" --- data/json/items/generic/casing.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/generic/casing.json b/data/json/items/generic/casing.json index bd41f845d7c96..6014d89648737 100644 --- a/data/json/items/generic/casing.json +++ b/data/json/items/generic/casing.json @@ -526,8 +526,8 @@ "id": "shot_hull", "type": "GENERIC", "category": "spare_parts", - "name": { "str": "shotgun hull" }, - "description": "An empty hull from a shotgun shell.", + "name": { "str": "12 gauge shotgun hull" }, + "description": "An empty hull from a 12 gauge shotgun shell.", "weight": "8 g", "volume": "12ml", "stackable": true, From 3ec4ef0a4118e0a7ba80848d0f8f82b3c2742ea0 Mon Sep 17 00:00:00 2001 From: Holli Date: Sat, 25 May 2024 10:09:00 -0600 Subject: [PATCH 2/2] remove "shotgun" from name to match .410 --- data/json/items/generic/casing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/generic/casing.json b/data/json/items/generic/casing.json index 6014d89648737..69f9575952e1b 100644 --- a/data/json/items/generic/casing.json +++ b/data/json/items/generic/casing.json @@ -526,7 +526,7 @@ "id": "shot_hull", "type": "GENERIC", "category": "spare_parts", - "name": { "str": "12 gauge shotgun hull" }, + "name": { "str": "12 gauge hull" }, "description": "An empty hull from a 12 gauge shotgun shell.", "weight": "8 g", "volume": "12ml",