Skip to content

Commit

Permalink
Merge pull request #52399 from Terrorforge/condom
Browse files Browse the repository at this point in the history
Increase length allowance of condoms (for waterproofing)
  • Loading branch information
Rivet-the-Zombie authored Oct 23, 2021
2 parents d1b6d08 + 0598331 commit 20aaf46
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,15 @@
"material": [ "plastic" ],
"symbol": ")",
"color": "white",
"pocket_data": [ { "pocket_type": "CONTAINER", "watertight": true, "max_contains_volume": "3750 ml", "max_contains_weight": "7 kg" } ],
"pocket_data": [
{
"pocket_type": "CONTAINER",
"watertight": true,
"max_contains_volume": "3750 ml",
"max_contains_weight": "7 kg",
"max_item_length": "26 cm"
}
],
"properties": [ [ "burst_when_filled", "75" ] ]
},
{
Expand Down

0 comments on commit 20aaf46

Please sign in to comment.