Skip to content

Commit

Permalink
Merge pull request #37655 from anothersimulacrum/rack
Browse files Browse the repository at this point in the history
Make wooden rack transparent
  • Loading branch information
ZhilkinSerg authored Feb 3, 2020
2 parents f374636 + a81bad0 commit 5924481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/furniture-storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
"coverage": 70,
"required_str": 7,
"looks_like": "f_bookcase",
"flags": [ "FLAMMABLE", "PLACE_ITEM", "ORGANIC", "BLOCKSDOOR" ],
"flags": [ "FLAMMABLE", "PLACE_ITEM", "ORGANIC", "BLOCKSDOOR", "TRANSPARENT" ],
"deconstruct": {
"items": [
{ "item": "2x4", "count": 12 },
Expand Down

0 comments on commit 5924481

Please sign in to comment.