From 4014c112065f87966b55aa3a86a6769837501a29 Mon Sep 17 00:00:00 2001 From: Termineitor244 Date: Tue, 13 Sep 2022 21:40:43 -0500 Subject: [PATCH 1/2] Extended restriction for mandible guards --- data/json/flags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/flags.json b/data/json/flags.json index 258fc673bb42c..7faf18abf0715 100644 --- a/data/json/flags.json +++ b/data/json/flags.json @@ -284,7 +284,7 @@ "id": "HELMET_MANDIBLE_GUARD", "type": "json_flag", "info": "This item is attachable as a mandible guard in military helmets or headgear specifically adapted with rails for attachments.", - "restriction": "Item must be some kind of mandible guard" + "restriction": "Item must be some kind of rail-mounted mandible guard" }, { "id": "HELMET_MANDIBLE_GUARD_STRAPPED", From 7a68e8a3ec5f07efa63f05986a321c2e9da3e92f Mon Sep 17 00:00:00 2001 From: Termineitor244 Date: Tue, 13 Sep 2022 21:56:28 -0500 Subject: [PATCH 2/2] Add more detail to descriptions for the rail mounted mandible guard --- data/json/items/armor/helmets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/armor/helmets.json b/data/json/items/armor/helmets.json index cefb965ac721b..a472fed6d3c83 100644 --- a/data/json/items/armor/helmets.json +++ b/data/json/items/armor/helmets.json @@ -150,7 +150,7 @@ "type": "ARMOR", "category": "armor", "name": { "str": "tactical helmet" }, - "description": "A lightweight black helmet that provides excellent protection from all sorts of damage.", + "description": "A lightweight black helmet that provides excellent protection from all sorts of damage. It has a military rail system for attachments.", "weight": "1180 g", "volume": "1850 ml", "price": 20000, @@ -205,7 +205,7 @@ "max_contains_volume": "500 ml", "max_contains_weight": "400 g", "moves": 250, - "description": "Pocket for a mandible guard.", + "description": "Pocket for a rail-mounted mandible guard.", "flag_restriction": [ "HELMET_MANDIBLE_GUARD" ] }, {