This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-16
lines changed
Expand file tree Collapse file tree 4 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 54255425/obj/effect/turf_decal/siding/wood{
54265426 dir = 9
54275427 },
5428- /obj/machinery/photocopier/faxmachine/syndicate{
5429- desc = "Used to send black pages to Nanotrasen stations.";
5430- department = "Unidentified";
5431- name = "Syndicate Fax Machine";
5432- req_access = list("syndicate")
5433- },
5428+ /obj/machinery/photocopier/faxmachine/syndicate,
54345429/turf/open/floor/wood,
54355430/area/ruin/syndicate_icemoon/command)
54365431"CQ" = (
Original file line number Diff line number Diff line change 24432443 dir = 1
24442444 },
24452445/obj/effect/turf_decal/tile/red/fourcorners,
2446- /obj/machinery/photocopier/faxmachine/syndicate{
2447- desc = "Used to send black pages to Nanotrasen stations.";
2448- department = "Unidentified";
2449- name = "Syndicate Fax Machine"
2450- },
2446+ /obj/machinery/photocopier/faxmachine/syndicate,
24512447/turf/open/floor/plasteel/dark,
24522448/area/ruin/space/has_grav/listeningstation/hallway)
24532449"KS" = (
Original file line number Diff line number Diff line change 2148021480 dir = 9
2148121481 },
2148221482/obj/structure/table/reinforced,
21483- /obj/machinery/photocopier/faxmachine{
21484- department = "Syndicate";
21485- destination = "Bridge";
21486- hidefromfaxlist = 1
21487- },
21483+ /obj/machinery/photocopier/faxmachine/syndicate_command,
2148821484/turf/open/floor/plasteel/dark,
2148921485/area/centcom/syndicate_mothership)
2149021486"crH" = (
Original file line number Diff line number Diff line change @@ -255,5 +255,19 @@ GLOBAL_LIST_EMPTY(adminfaxes)
255255 to_chat (user, span_warning(" You short out the security protocols on [ src ] 's transceiver!" ))
256256 return TRUE
257257
258+ // /Common syndicate fax machines, comes pre-emagged
258259/ obj / machinery/ photocopier/ faxmachine/ syndicate
260+ department = " Unidentified"
261+ desc = " Used to send black pages to Nanotrasen stations."
262+ name = " Syndicate Fax Machine"
259263 obj_flags = CAN_BE_HIT | EMAGGED
264+ req_access = list (ACCESS_SYNDICATE )
265+
266+ // /The fax machine in the Syndicate mothership
267+ / obj / machinery/ photocopier/ faxmachine/ syndicate_command
268+ department = " Syndicate"
269+ desc = " Used for communication between the different echelons of the Syndicate. It has a note on the side reading <i>'DO NOT MOVE'</i>."
270+ destination = " Bridge"
271+ hidefromfaxlist = TRUE
272+ name = " Syndicate Fax Machine"
273+ req_access = list (ACCESS_SYNDICATE )
You can’t perform that action at this time.
0 commit comments