Skip to content

Commit

Permalink
bugfix: sofas dir corrections. (#3917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeberdir authored Nov 22, 2023
1 parent 0c5141c commit 318ec2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
4 changes: 3 additions & 1 deletion _maps/map_files/Delta/delta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -124401,7 +124401,9 @@
/turf/simulated/floor/plating,
/area/maintenance/bar)
"wHp" = (
/obj/structure/chair/sofa/corner,
/obj/structure/chair/sofa/corner{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
dir = 4;
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomZLevels/spacehotel.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3974,7 +3974,7 @@
/area/awaymission/spacehotel/reception)
"kq" = (
/obj/structure/chair/sofa/corner{
dir = 4
dir = 1
},
/turf/simulated/floor/indestructible/carpet,
/area/awaymission/spacehotel)
Expand Down
7 changes: 2 additions & 5 deletions _maps/map_files/cyberiad/cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -17150,9 +17150,7 @@
},
/area/crew_quarters/dorms)
"aTE" = (
/obj/structure/chair/sofa/corner{
dir = 4
},
/obj/structure/chair/sofa/corner,
/obj/structure/window/reinforced{
dir = 1;
layer = 2.9
Expand Down Expand Up @@ -70887,8 +70885,7 @@
/area/security/permabrig)
"eje" = (
/obj/structure/chair/sofa/corner{
color = "#85130b";
dir = 1
color = "#85130b"
},
/obj/effect/decal/cleanable/dust,
/turf/simulated/floor/wood,
Expand Down
10 changes: 4 additions & 6 deletions _maps/map_files/generic/syndicatebase.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22820,9 +22820,7 @@
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
/obj/structure/chair/sofa/corner{
dir = 4
},
/obj/structure/chair/sofa/corner,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkred"
Expand Down Expand Up @@ -26258,9 +26256,6 @@
},
/area/syndicate/unpowered/syndicate_space_base/cargo)
"vDO" = (
/obj/structure/chair/sofa{
dir = 10
},
/obj/structure/sign/poster/contraband/random{
pixel_y = 30
},
Expand All @@ -26271,6 +26266,9 @@
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/structure/chair/sofa/corner{
dir = 4
},
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "dark"
Expand Down

0 comments on commit 318ec2e

Please sign in to comment.