Skip to content

Commit

Permalink
Missing floors in freshwater research station (#53843)
Browse files Browse the repository at this point in the history
Several of the roof appliances had t_open_air beneath them.  Change
fill_ter to roof to prevent that.
  • Loading branch information
jbytheway authored Dec 29, 2021
1 parent 2ada1bb commit 3b69819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"om_terrain": "sealab_small_roof",
"weight": 250,
"object": {
"fill_ter": "t_open_air",
"fill_ter": "t_metal_flat_roof",
"rows": [
" ",
" ",
Expand Down

0 comments on commit 3b69819

Please sign in to comment.