Skip to content

Commit

Permalink
[Aftershock] Fix Elevator Controls in Urban Greenhouse (#78192)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuillInkwell authored Nov 28, 2024
1 parent ad13310 commit d16889e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"...../c / =>}..-",
".....//!-%-]]-///-------",
".....}##---00-..........",
".....}##/-e00-..........",
".....}##/-300-..........",
".....}##/------.........",
".....////-....-.........",
"........................",
Expand All @@ -62,7 +62,7 @@
"palettes": [ "afs_habitat_structure", "afs_habitat_residential_furnishing" ],
"terrain": {
".": "t_open_air",
"e": "t_elevator_control",
"3": "t_elevator_control",
"=": "t_wall_glass",
"#": "t_bridge",
"0": "t_elevator",
Expand Down

0 comments on commit d16889e

Please sign in to comment.