diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-18 03:56:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-18 03:56:28 -0700 |
commit | 9ec06ced03e323e355d3e60ecc795f8a2e0c9a87 (patch) | |
tree | e2ca64c42be341cdec37ebaa1b465cbb4d99966a /json/items/armor/legs_clothes.json | |
parent | Rename and rephrase hand grenade pouch to be more clear what it is. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-9ec06ced03e323e355d3e60ecc795f8a2e0c9a87.tar.xz |
Fix the army winter pants lacking WATERPROOF.
Modify the army winter jacket with an activate to raise the hood.
Added a mod tileset for the army winter jacket with hood.
Diffstat (limited to 'json/items/armor/legs_clothes.json')
-rw-r--r-- | json/items/armor/legs_clothes.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/json/items/armor/legs_clothes.json b/json/items/armor/legs_clothes.json index 5bb8cae..9b85b63 100644 --- a/json/items/armor/legs_clothes.json +++ b/json/items/armor/legs_clothes.json @@ -118,6 +118,8 @@ "name": { "str_sp": "army winter pants" }, "encumbrance": 11, "max_encumbrance": 22, - "storage": "7160 ml" + "storage": "7160 ml", + "extend": { "flags": [ "WATERPROOF" ] }, + "//": "Add the missing WATERPROOF flag." } ] |