Skip to content

Commit

Permalink
Merge pull request CleverRaven#48901 from casswedson/thickness-fix
Browse files Browse the repository at this point in the history
Fix thermal electric suit thickness
  • Loading branch information
ZhilkinSerg authored May 19, 2021
2 parents 338ff1d + 96247d6 commit d750b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"warmth": 10,
"coverage": 100,
"material_thickness": 1,
"material_thickness": 0.1,
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
Expand Down

0 comments on commit d750b25

Please sign in to comment.