Skip to content

Commit

Permalink
Item in cardboard boxes are hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Dec 26, 2019
1 parent d18fc5d commit fd37491
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/json/furniture_and_terrain/furniture-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,17 @@
"max_volume": "1500 L",
"deployed_item": "box_large",
"examine_action": "deployed_furniture",
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "PLACE_ITEM", "ORGANIC", "EASY_DECONSTRUCT", "BASHABLE", "HIDE_PLACE", "NO_SIGHT" ],
"flags": [
"TRANSPARENT",
"FLAMMABLE_ASH",
"PLACE_ITEM",
"ORGANIC",
"EASY_DECONSTRUCT",
"BASHABLE",
"HIDE_PLACE",
"NO_SIGHT",
"CONTAINER"
],
"bash": {
"str_min": 2,
"str_max": 15,
Expand Down

0 comments on commit fd37491

Please sign in to comment.