Skip to content

Commit

Permalink
Adds a dresser to the Crew Quarters and adds a missing bed
Browse files Browse the repository at this point in the history
  • Loading branch information
DIB-DOG committed Jul 17, 2024
1 parent 22bb3d3 commit 35c99c8
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions _maps/shuttles/pgf/pgf_crying_sun.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,12 @@
/area/ship/hallway/port)
"no" = (
/obj/structure/curtain/cloth/grey,
/turf/open/floor/ship/dirt,
/obj/structure/railing{
dir = 1
},
/obj/structure/bed,
/obj/item/bedsheet/brown,
/turf/open/floor/plasteel/dark,
/area/ship/crew/dorm)
"nv" = (
/obj/effect/turf_decal/industrial/traffic,
Expand Down Expand Up @@ -1824,22 +1829,22 @@
/obj/structure/railing{
dir = 4
},
/obj/structure/table,
/obj/item/toy/plush/knight{
pixel_y = 10;
pixel_y = 11;
pixel_x = -10
},
/obj/item/toy/plush/hornet{
pixel_y = 8;
pixel_x = -3
pixel_y = 10;
pixel_x = -2
},
/obj/item/toy/plush/mora{
pixel_y = 4;
pixel_x = 5
pixel_y = 6;
pixel_x = 6
},
/obj/effect/turf_decal/corner_steel_grid{
dir = 10
},
/obj/structure/dresser,
/turf/open/floor/plasteel/dark,
/area/ship/crew/dorm)
"oX" = (
Expand Down

0 comments on commit 35c99c8

Please sign in to comment.