From c1aecb94e66042dcf54baaef63e8d0d4c540de90 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 14 Jul 2024 07:57:10 -0700 Subject: Fix the maid hat to have HELMET_COMPAT. Other minor formatting fixes. --- armor.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/armor.json b/armor.json index c7b98d2..c6ee5ca 100644 --- a/armor.json +++ b/armor.json @@ -221,7 +221,7 @@ "coverage": 65, "warmth": 20, "material_thickness": 1, - "flags": [ "VARSIZE", "HOOD" ] + "flags": [ "VARSIZE", "HELMET_COMPAT" ] }, { "id": "kawaii_maid_hat", @@ -756,7 +756,7 @@ }, { "id": "kawaii_vest", - "//": "Loosely based on utility vest.", + "//": "The utility vest with a different skin.", "type": "ARMOR", "category": "clothing", "name": { "str": "maid utility vest" }, @@ -779,7 +779,7 @@ }, { "id": "kawaii_vest_tac", - "//": "Loosely based on tac vest.", + "//": "The tac vest with a different skin.", "type": "ARMOR", "category": "clothing", "looks_like": "kawaii_vest", @@ -882,7 +882,7 @@ "msg": "You pack the %s hood.", "target": "kawaii_raincoat_off", "menu_text": "Pack hood" - } + } }, { "id": "kawaii_raincoat_off", -- cgit v1.2.1