Skip to content

Commit

Permalink
Merge pull request #60984 from Termineitor244/patch-2
Browse files Browse the repository at this point in the history
Expanded descriptions for rail mounted mandible guard
  • Loading branch information
dseguin authored Sep 15, 2022
2 parents d8c671b + 7a68e8a commit 4c355cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"id": "HELMET_MANDIBLE_GUARD",
"type": "json_flag",
"info": "This item is attachable as a mandible guard in military <info>helmets</info> 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",
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/armor/helmets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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" ]
},
{
Expand Down

0 comments on commit 4c355cf

Please sign in to comment.