Skip to content

Commit

Permalink
Doesn't use set_obj_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblisk234 committed Jan 22, 2025
1 parent 7addd95 commit f00c6c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
13 changes: 6 additions & 7 deletions _maps/RandomRuins/IceRuins/icemoon_surface_syndicate.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -5413,13 +5413,6 @@
/turf/open/floor/plasteel/dark,
/area/ruin/syndicate_icemoon/xenobio)
"CP" = (
/obj/machinery/photocopier/faxmachine{
department = "Unidentified";
desc = "Used to send black pages to Nanotrasen stations.";
name = "Syndicate Fax Machine";
req_access = list("syndicate");
set_obj_flags = "EMAGGED"
},
/obj/item/stamp/chameleon{
pixel_x = -6;
pixel_y = 10
Expand All @@ -5432,6 +5425,12 @@
/obj/effect/turf_decal/siding/wood{
dir = 9
},
/obj/machinery/photocopier/faxmachine/syndicate{
desc = "Used to send black pages to Nanotrasen stations.";
department = "Unidentified";
name = "Syndicate Fax Machine";
req_access = list("syndicate")
},
/turf/open/floor/wood,
/area/ruin/syndicate_icemoon/command)
"CQ" = (
Expand Down
12 changes: 5 additions & 7 deletions _maps/RandomRuins/SpaceRuins/listeningstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2431,13 +2431,6 @@
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/listeningstation/hallway)
"KJ" = (
/obj/machinery/photocopier/faxmachine{
department = "Unidentified";
desc = "Used to send black pages to Nanotrasen stations.";
name = "Syndicate Fax Machine";
req_access = list("syndicate");
set_obj_flags = "EMAGGED"
},
/obj/structure/table/reinforced,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
Expand All @@ -2450,6 +2443,11 @@
dir = 1
},
/obj/effect/turf_decal/tile/red/fourcorners,
/obj/machinery/photocopier/faxmachine/syndicate{
desc = "Used to send black pages to Nanotrasen stations.";
department = "Unidentified";
name = "Syndicate Fax Machine"
},
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/listeningstation/hallway)
"KS" = (
Expand Down
3 changes: 3 additions & 0 deletions code/modules/paperwork/faxmachine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,6 @@ GLOBAL_LIST_EMPTY(adminfaxes)
playsound(src, "sparks", 100, 1)
to_chat(user, span_warning("You short out the security protocols on [src]'s transceiver!"))
return TRUE

/obj/machinery/photocopier/faxmachine/syndicate
obj_flags = CAN_BE_HIT | EMAGGED

0 comments on commit f00c6c9

Please sign in to comment.