Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gives the Sig Tech access to the Request Console Announcements, adds console to Telecomms #4240

Merged
merged 6 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _maps/map_files/Blueshift/Blueshift.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3048,6 +3048,10 @@
/area/station/science/genetics)
"aFb" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/machinery/requests_console/directional/north{
name = "Telecomms Requests Console"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look like it's set to let them send announcements using it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, should be fixed along with the other maps

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the desk name when it announces? I forgot if it goes by the name of the request console but like how QM announcement is "Quartermasters Desk", telecoms admin is generally "Telecomms Admin" announcements.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah it's the department var

},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron/dark,
/area/station/tcommsat/computer)
"aFf" = (
Expand Down
1 change: 1 addition & 0 deletions _maps/map_files/BoxStation/BoxStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -61242,6 +61242,7 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 8
},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron/dark/side{
dir = 4
},
Expand Down
5 changes: 4 additions & 1 deletion _maps/map_files/Deltastation/DeltaStation2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -81858,7 +81858,10 @@
},
/obj/item/paper/monitorkey,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/obj/machinery/newscaster/directional/west,
/obj/machinery/requests_console/directional/west{
name = "Telecomms Requests Console"
},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron/dark,
/area/station/tcommsat/computer)
"txd" = (
Expand Down
1 change: 1 addition & 0 deletions _maps/map_files/IceBoxStation/IceBoxStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -28566,6 +28566,7 @@
name = "Telecomms Requests Console";
can_send_announcements = 1
},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron,
/area/station/tcommsat/computer)
"jer" = (
Expand Down
4 changes: 4 additions & 0 deletions _maps/map_files/MetaStation/MetaStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -59442,6 +59442,10 @@
"uBz" = (
/obj/structure/table/wood,
/obj/machinery/light/small/directional/west,
/obj/machinery/requests_console/directional/north{
name = "Telecomms Requests Console"
},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/computer)
"uBC" = (
Expand Down
4 changes: 4 additions & 0 deletions _maps/map_files/Theseus/Theseus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -66852,6 +66852,10 @@
dir = 1
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/requests_console/directional/north{
name = "Telecomms Requests Console"
},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron/dark/small,
/area/station/tcommsat/computer)
"tRS" = (
Expand Down
1 change: 1 addition & 0 deletions _maps/map_files/tramstation/tramstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -33751,6 +33751,7 @@
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron,
/area/station/tcommsat/computer)
"jIy" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
ACCESS_TCOMMS,
ACCESS_TCOMMS_ADMIN,
ACCESS_TECH_STORAGE,
ACCESS_RC_ANNOUNCE,
)
extra_access = list(
ACCESS_ATMOSPHERICS,
Expand Down
Loading