diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-18 04:04:31 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-18 04:04:31 -0700 |
commit | 69b8d0519352787bec581f38050eceee55f37d67 (patch) | |
tree | c6c8e5c90f4ae6c028b393caa4ac9c781467b200 /json/items/armor | |
parent | Fix the army winter pants lacking WATERPROOF. (diff) | |
download | cataclysm-bn-mod_armor-rebalance-69b8d0519352787bec581f38050eceee55f37d67.tar.xz |
Also fix army winter gloves lacking WATERPROOF.
-No more getting wet from the snow with the army winter set.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/gloves.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/json/items/armor/gloves.json b/json/items/armor/gloves.json index 83f4d3e..444c3b5 100644 --- a/json/items/armor/gloves.json +++ b/json/items/armor/gloves.json @@ -40,5 +40,13 @@ ], "warmth": 10, "flags": [ "VARSIZE", "SKINTIGHT" ] + }, + { + "id": "winter_gloves_army", + "copy-from": "winter_gloves_army", + "type": "ARMOR", + "name": { "str": "pair of army winter gloves", "str_pl": "pairs of army winter gloves" }, + "extend": { "flags": [ "WATERPROOF" ] }, + "//": "Add the missing WATERPROOF flag." } ] |