Skip to content

Commit

Permalink
Merge pull request #546 from Gboster-0/ya-want-some-FAX
Browse files Browse the repository at this point in the history
Fixes the tram's fax machine being un-accessible round-start
  • Loading branch information
dwasint authored Nov 25, 2023
2 parents 67eaf56 + fb1a220 commit 284aadb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _maps/map_files/tramstation/tramstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -24819,10 +24819,9 @@
/area/station/engineering/storage/tech)
"gSi" = (
/obj/structure/table,
/obj/item/folder/yellow,
/obj/item/pen{
pixel_x = 4;
pixel_y = 4
/obj/machinery/fax{
fax_name = "Quartermaster's Office";
name = "Quartermaster's Fax Machine"
},
/turf/open/floor/carpet,
/area/station/command/heads_quarters/qm)
Expand Down Expand Up @@ -52713,13 +52712,15 @@
/turf/open/floor/plating/airless,
/area/station/science/ordnance/bomb)
"pUV" = (
/obj/structure/table,
/obj/item/clipboard,
/obj/item/computer_disk/quartermaster,
/obj/item/computer_disk/quartermaster,
/obj/structure/disposalpipe/segment{
dir = 5
},
/obj/structure/table,
/obj/item/folder/yellow,
/obj/item/pen{
pixel_x = 4;
pixel_y = 4
},
/turf/open/floor/carpet,
/area/station/command/heads_quarters/qm)
"pVb" = (
Expand Down Expand Up @@ -53961,7 +53962,10 @@
/turf/open/floor/iron,
/area/station/security/prison)
"qqw" = (
/obj/machinery/pdapainter/supply,
/obj/item/computer_disk/quartermaster,
/obj/item/computer_disk/quartermaster,
/obj/item/clipboard,
/obj/structure/table,
/turf/open/floor/carpet,
/area/station/command/heads_quarters/qm)
"qqx" = (
Expand Down Expand Up @@ -73604,15 +73608,11 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/entry)
"wuC" = (
/obj/structure/table,
/obj/effect/turf_decal/trimline/brown/filled/line{
dir = 8
},
/obj/structure/sign/calendar/directional/west,
/obj/machinery/fax{
fax_name = "Quartermaster's Office";
name = "Quartermaster's Fax Machine"
},
/obj/machinery/pdapainter/supply,
/turf/open/floor/iron,
/area/station/command/heads_quarters/qm)
"wuF" = (
Expand Down

0 comments on commit 284aadb

Please sign in to comment.