Skip to content

Commit

Permalink
Merge pull request #77145 from sparr/deconstruct_room_divider
Browse files Browse the repository at this point in the history
Deconstruct f_room_divider
  • Loading branch information
Maleclypse authored Oct 20, 2024
2 parents ecbfba8 + 79e3af0 commit df1c9f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/json/furniture_and_terrain/furniture-terrains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,9 @@
"looks_like": "f_curtain",
"flags": [ "THIN_OBSTACLE", "TRANSPARENT", "CLIMBABLE", "BLOCKSDOOR", "NOITEM", "PERMEABLE" ],
"examine_action": "chainfence",
"deconstruct": {
"items": [ { "item": "pipe", "count": 2 }, { "item": "scrap", "count": 4 }, { "item": "plastic_chunk", "count": 8 } ]
},
"bash": {
"str_min": 8,
"str_max": 30,
Expand Down

0 comments on commit df1c9f0

Please sign in to comment.