Skip to content

Commit

Permalink
bugfix: Sofa Map Fix (#3581)
Browse files Browse the repository at this point in the history
s
  • Loading branch information
aeternaclose authored Sep 22, 2023
1 parent 588c770 commit 736148a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,9 @@
/turf/simulated/floor/wood,
/area/ruin/powered/green_bio)
"Wr" = (
/obj/structure/chair/sofa/corner,
/obj/structure/chair/sofa/corner{
dir = 4
},
/obj/machinery/light/small{
dir = 4
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
/turf/simulated/floor/plating,
/area/ruin/powered/snow_biodome)
"an" = (
/obj/structure/chair/sofa/corner,
/obj/structure/chair/sofa/corner{
dir = 4
},
/turf/simulated/floor/carpet,
/area/ruin/powered/snow_cabin)
"ao" = (
Expand Down
4 changes: 1 addition & 3 deletions _maps/map_files/RandomRuins/SpaceRuins/USSP_gorky17.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -10490,9 +10490,7 @@
/turf/simulated/floor/plating/asteroid/airless,
/area/ruin/space/USSP_gorky17/asteroids)
"Kt" = (
/obj/structure/chair/sofa/corner{
dir = 4
},
/obj/structure/chair/sofa/corner,
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12467,9 +12467,7 @@
/turf/simulated/floor/plating/asteroid/airless,
/area/ruin/space/USSP_gorky17/collapsed/asteroids)
"Kt" = (
/obj/structure/chair/sofa/corner{
dir = 4
},
/obj/structure/chair/sofa/corner,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
Expand Down

0 comments on commit 736148a

Please sign in to comment.