Skip to content

Commit f61b089

Browse files
authored
Merge pull request #82715 from Holli-Git/fix-helm
Fix chitinous scale mail hoods having 0 encumbrance
2 parents 491f2f2 + 309bc6f commit f61b089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/json/items/armor/helmets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,8 @@
832832
],
833833
"covers": [ "head" ],
834834
"specifically_covers": [ "head_crown", "head_forehead", "head_ear_l", "head_ear_r", "head_nape", "head_throat" ],
835-
"coverage": 95
835+
"coverage": 95,
836+
"encumbrance_modifiers": [ "NONE" ]
836837
}
837838
],
838839
"warmth": 20,

0 commit comments

Comments
 (0)