From d97711495c102f20e333cf124a6eea698a226eb3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 19:22:21 -0700 Subject: Fix incorrect name for blood leather suit. --- vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json index 5878ff7..5575a87 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json @@ -3,8 +3,8 @@ "id": "blood_suit", "looks_like": "armor_nomad", "type": "ARMOR", - "name": { "str": "nomad jumpsuit" }, - "description": "A reinforced but airy jumpsuit designed to survive the long-term wear and tear of exploring the apocalyptic wasteland. Its clever construction adds additional core support, helping you to carry more equipment.", + "name": { "str": "blood leather suit" }, + "description": "A lightweight, blood red suit made completely of flexible compacted blood sheets and designed to be worn under your clothes. Protects vital extremeties.", "weight": "610 g", "volume": "3500 ml", "price": 0, -- cgit v1.2.1