Skip to content

Commit

Permalink
Make furniture draggable through bulkhead doors
Browse files Browse the repository at this point in the history
Added "ROAD" and "FLAT" flag to the opened bulkhead door.
  • Loading branch information
Zeropol committed May 4, 2021
1 parent 8a19728 commit 754a6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@
"move_cost": 1,
"coverage": 95,
"roof": "t_metal_flat_roof",
"flags": [ "CONNECT_TO_WALL" ],
"flags": [ "CONNECT_TO_WALL", "FLAT", "ROAD" ],
"close": "t_door_metal_bulkhead_c",
"bash": {
"str_min": 80,
Expand Down

0 comments on commit 754a6ce

Please sign in to comment.