diff --git a/data/json/items/armor.json b/data/json/items/armor.json index 858d049d1d0e0..6a5fa2639d176 100644 --- a/data/json/items/armor.json +++ b/data/json/items/armor.json @@ -1242,7 +1242,7 @@ "id": "spearsling", "type": "ARMOR", "name": "spear strap", - "description": "A cloth strap tied around the torso for toting spears while keeping your hands free. You have to duck to get through doors while one's in it, though. Activate to holster/draw a weapon.", + "description": "A leather strap tied around the torso for toting spears while keeping your hands free. You have to duck to get through doors while one's in it, though. Activate to holster/draw a weapon.", "weight": 160, "volume": 2, "price": 5200, diff --git a/data/json/recipes/armor/storage.json b/data/json/recipes/armor/storage.json index c7a6ab371fb18..6e87f48f22fae 100644 --- a/data/json/recipes/armor/storage.json +++ b/data/json/recipes/armor/storage.json @@ -661,7 +661,7 @@ "autolearn": true, "qualities": [ { "id": "SEW", "level": 1 } ], "components": [ - [ [ "rag", 7 ], [ "felt_patch", 7 ], [ "leather", 7 ], [ "fur", 7 ] ], + [ [ "felt_patch", 7 ], [ "leather", 7 ], [ "fur", 7 ] ], [ [ "filament", 20, "LIST" ], [ "cordage", 2, "LIST" ] ] ] },