Skip to content

Commit

Permalink
Gives the Sig Tech access to the Request Console Announcements, adds …
Browse files Browse the repository at this point in the history
…console to Telecomms (#4240)

* Let's the sig tech use the rc board

* Adds RC console to Tcomms

* Let's the consoles actually make announcements

* Let's all of the tcomms consoles announce

* Updates board department to telecomms admin

* Gives ouroboros tcomm board
  • Loading branch information
Wisemonster authored Dec 2, 2024
1 parent 951dfc1 commit 6359686
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 2 deletions.
5 changes: 5 additions & 0 deletions _maps/map_files/Blueshift/Blueshift.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3048,6 +3048,11 @@
/area/station/science/genetics)
"aFb" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/machinery/requests_console/directional/north{
name = "Telecomms Requests Console";
department = "Telecomms Admin"
},
/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 @@ -61255,6 +61255,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
6 changes: 5 additions & 1 deletion _maps/map_files/Deltastation/DeltaStation2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -81869,7 +81869,11 @@
},
/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";
department = "Telecomms Admin"
},
/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
5 changes: 5 additions & 0 deletions _maps/map_files/MetaStation/MetaStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -59442,6 +59442,11 @@
"uBz" = (
/obj/structure/table/wood,
/obj/machinery/light/small/directional/west,
/obj/machinery/requests_console/directional/north{
name = "Telecomms Requests Console";
department = "Telecomms Admin"
},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron/grimy,
/area/station/tcommsat/computer)
"uBC" = (
Expand Down
9 changes: 8 additions & 1 deletion _maps/map_files/Ouroboros/Ouroboros.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -32637,7 +32637,11 @@
},
/obj/item/book/manual/wiki/robotics_cyborgs,
/obj/machinery/light/cold/directional/north,
/obj/item/radio/intercom/directional/north,
/obj/machinery/requests_console/directional/north{
name = "Telecomms Requests Console";
department = "Telecomms Admin"
},
/obj/effect/mapping_helpers/requests_console/announcement,
/turf/open/floor/iron/dark/small,
/area/station/tcommsat/computer)
"jGP" = (
Expand Down Expand Up @@ -37944,6 +37948,9 @@
network = list("minisat")
},
/mob/living/simple_animal/bot/secbot/pingsky,
/obj/item/radio/intercom/directional/south{
pixel_y = -40
},
/turf/open/floor/wood/large,
/area/station/tcommsat/computer)
"lgc" = (
Expand Down
5 changes: 5 additions & 0 deletions _maps/map_files/Theseus/Theseus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -67304,6 +67304,11 @@
dir = 1
},
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/requests_console/directional/north{
name = "Telecomms Requests Console";
department = "Telecomms Admin"
},
/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 @@ -33797,6 +33797,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

0 comments on commit 6359686

Please sign in to comment.