Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f00c6c9

Browse files
committed
Doesn't use set_obj_flags
1 parent 7addd95 commit f00c6c9

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

_maps/RandomRuins/IceRuins/icemoon_surface_syndicate.dmm

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5413,13 +5413,6 @@
54135413
/turf/open/floor/plasteel/dark,
54145414
/area/ruin/syndicate_icemoon/xenobio)
54155415
"CP" = (
5416-
/obj/machinery/photocopier/faxmachine{
5417-
department = "Unidentified";
5418-
desc = "Used to send black pages to Nanotrasen stations.";
5419-
name = "Syndicate Fax Machine";
5420-
req_access = list("syndicate");
5421-
set_obj_flags = "EMAGGED"
5422-
},
54235416
/obj/item/stamp/chameleon{
54245417
pixel_x = -6;
54255418
pixel_y = 10
@@ -5432,6 +5425,12 @@
54325425
/obj/effect/turf_decal/siding/wood{
54335426
dir = 9
54345427
},
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+
},
54355434
/turf/open/floor/wood,
54365435
/area/ruin/syndicate_icemoon/command)
54375436
"CQ" = (

_maps/RandomRuins/SpaceRuins/listeningstation.dmm

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2431,13 +2431,6 @@
24312431
/turf/open/floor/plasteel/dark,
24322432
/area/ruin/space/has_grav/listeningstation/hallway)
24332433
"KJ" = (
2434-
/obj/machinery/photocopier/faxmachine{
2435-
department = "Unidentified";
2436-
desc = "Used to send black pages to Nanotrasen stations.";
2437-
name = "Syndicate Fax Machine";
2438-
req_access = list("syndicate");
2439-
set_obj_flags = "EMAGGED"
2440-
},
24412434
/obj/structure/table/reinforced,
24422435
/obj/effect/decal/cleanable/dirt,
24432436
/obj/effect/turf_decal/stripes/line{
@@ -2450,6 +2443,11 @@
24502443
dir = 1
24512444
},
24522445
/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+
},
24532451
/turf/open/floor/plasteel/dark,
24542452
/area/ruin/space/has_grav/listeningstation/hallway)
24552453
"KS" = (

code/modules/paperwork/faxmachine.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,6 @@ GLOBAL_LIST_EMPTY(adminfaxes)
254254
playsound(src, "sparks", 100, 1)
255255
to_chat(user, span_warning("You short out the security protocols on [src]'s transceiver!"))
256256
return TRUE
257+
258+
/obj/machinery/photocopier/faxmachine/syndicate
259+
obj_flags = CAN_BE_HIT | EMAGGED

0 commit comments

Comments
 (0)