Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 30, 2023
1 parent 74ef580 commit 5478407
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
6 changes: 6 additions & 0 deletions code/modules/cm_phone/phone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -569,12 +569,18 @@ GLOBAL_LIST_EMPTY_TYPED(transmitters, /obj/structure/transmitter)
UnregisterSignal(attached_to, COMSIG_MOVABLE_MOVED)
reset_tether()

/obj/structure/transmitter/no_dnd
do_not_disturb = PHONE_DND_FORBIDDEN

//rotary desk phones (need a touch tone handset at some point)
/obj/structure/transmitter/rotary
name = "rotary telephone"
icon_state = "rotary_phone"
desc = "The finger plate is a little stiff."

/obj/structure/transmitter/rotary/no_dnd
do_not_disturb = PHONE_DND_FORBIDDEN

/obj/structure/transmitter/touchtone
name = "touch-tone telephone"
icon_state = "rotary_phone"//placeholder
Expand Down
21 changes: 7 additions & 14 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7816,10 +7816,9 @@
pixel_y = 15
},
/obj/structure/machinery/light,
/obj/structure/transmitter/rotary{
/obj/structure/transmitter/rotary/no_dnd{
name = "Bravo Overwatch Telephone";
phone_category = "Command";
do_not_disturb = -1;
phone_id = "Bravo Overwatch"
},
/obj/structure/sign/safety/terminal{
Expand Down Expand Up @@ -8505,11 +8504,10 @@
pixel_y = -5;
req_one_access_txt = "1;4"
},
/obj/structure/transmitter/rotary{
/obj/structure/transmitter/rotary/no_dnd{
name = "Combat Information Center Telephone";
phone_category = "Command";
phone_id = "Combat Information Center";
do_not_disturb = -1;
pixel_x = 5;
pixel_y = 4
},
Expand Down Expand Up @@ -8957,10 +8955,9 @@
/obj/structure/machinery/light{
dir = 1
},
/obj/structure/transmitter/rotary{
/obj/structure/transmitter/rotary/no_dnd{
name = "Charlie Overwatch Telephone";
phone_category = "Command";
do_not_disturb = -1;
phone_id = "Charlie Overwatch"
},
/obj/structure/sign/safety/terminal{
Expand Down Expand Up @@ -34207,10 +34204,9 @@
pixel_x = -17;
pixel_y = -17
},
/obj/structure/transmitter/rotary{
/obj/structure/transmitter/rotary/no_dnd{
name = "Delta Overwatch Telephone";
phone_category = "Command";
do_not_disturb = -1;
phone_id = "Delta Overwatch"
},
/obj/structure/sign/safety/terminal{
Expand Down Expand Up @@ -37369,12 +37365,11 @@
"gjL" = (
/obj/structure/surface/table/almayer,
/obj/structure/machinery/computer/crew/alt,
/obj/structure/transmitter/rotary{
/obj/structure/transmitter/rotary/no_dnd{
name = "Brig Cells Telephone";
phone_category = "Almayer";
phone_id = "Brig Cells";
pixel_x = 15;
do_not_disturb = -1
},
/turf/open/floor/almayer,
/area/almayer/shipboard/brig/processing)
Expand Down Expand Up @@ -38382,10 +38377,9 @@
pixel_x = -17;
pixel_y = 16
},
/obj/structure/transmitter/rotary{
/obj/structure/transmitter/rotary/no_dnd{
name = "Alpha Overwatch Telephone";
phone_category = "Command";
do_not_disturb = -1;
phone_id = "Alpha Overwatch"
},
/obj/structure/sign/safety/terminal{
Expand Down Expand Up @@ -64480,12 +64474,11 @@
/turf/open/floor/plating/plating_catwalk,
/area/almayer/hull/upper_hull/u_f_s)
"rTY" = (
/obj/structure/transmitter{
/obj/structure/transmitter/no_dnd{
name = "Requisition Telephone";
phone_category = "Almayer";
phone_id = "Requisition";
pixel_y = 30;
do_not_disturb = -1
},
/turf/open/floor/almayer{
dir = 5;
Expand Down

0 comments on commit 5478407

Please sign in to comment.