Skip to content

Commit

Permalink
Remove open_container:true from cans
Browse files Browse the repository at this point in the history
This makes cans behave like other food/beverage containers (water
bottles, glass bottles and jars etc.),  as if the cans had lids.  Not
very realistic, but perhaps more credible than all factory-sealed cans
leaking as soon as they are picked up.

In other words this allows refilling empty cans, and still be able to
carry them without spilling, since the "spillable" status of an empty
can is no longer present.
  • Loading branch information
wapcaplet committed Jun 2, 2020
1 parent 512f354 commit 3649d51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@
"pocket_type": "CONTAINER",
"rigid": true,
"watertight": true,
"open_container": true,
"max_contains_volume": "250 ml",
"max_contains_weight": "1 kg",
"sealed_data": { "spoil_multiplier": 0.0 }
Expand Down Expand Up @@ -668,7 +667,6 @@
"pocket_type": "CONTAINER",
"rigid": true,
"watertight": true,
"open_container": true,
"max_contains_volume": "250 ml",
"max_contains_weight": "1 kg",
"sealed_data": { "spoil_multiplier": 0.0 }
Expand Down Expand Up @@ -700,7 +698,6 @@
"pocket_type": "CONTAINER",
"rigid": true,
"watertight": true,
"open_container": true,
"max_contains_volume": "500 ml",
"max_contains_weight": "2 kg",
"sealed_data": { "spoil_multiplier": 0.0 }
Expand Down

0 comments on commit 3649d51

Please sign in to comment.