Skip to content

Commit

Permalink
Merge pull request #77243 from NetSysFire/drinking-hat
Browse files Browse the repository at this point in the history
fix drinking hat being able to store everything
  • Loading branch information
Maleclypse authored Oct 22, 2024
2 parents 5b99282 + 4911fd7 commit defd017
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/json/items/armor/hats.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,15 @@
"weight": "733 g",
"volume": "1500 ml",
"material_thickness": 0.2,
"pocket_data": [ { "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "watertight": true, "rigid": true } ],
"pocket_data": [
{
"max_contains_volume": "500 ml",
"max_contains_weight": "1 kg",
"max_item_length": "1 mm",
"watertight": true,
"rigid": true
}
],
"flags": [ "OVERSIZE", "BELTED", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ],
"armor": [
{ "encumbrance_modifiers": [ "NONE" ], "coverage": 60, "covers": [ "head" ], "specifically_covers": [ "head_crown" ] }
Expand Down

0 comments on commit defd017

Please sign in to comment.