diff --git a/code/game/machinery/telecomms/logbrowser.dm b/code/game/machinery/telecomms/logbrowser.dm index 98e26663de471..d919fca05075e 100644 --- a/code/game/machinery/telecomms/logbrowser.dm +++ b/code/game/machinery/telecomms/logbrowser.dm @@ -194,6 +194,6 @@ playsound(src.loc, 'sound/effects/sparks4.ogg', 75, 1) emagged = TRUE req_access.Cut() - to_chat(user, SPAN_NOTICE("You you disable the security protocols")) + to_chat(user, SPAN_NOTICE("You disable the security protocols")) src.updateUsrDialog() return 1 diff --git a/code/game/machinery/telecomms/telemonitor.dm b/code/game/machinery/telecomms/telemonitor.dm index 8c32a3db7f822..8b7543e064807 100644 --- a/code/game/machinery/telecomms/telemonitor.dm +++ b/code/game/machinery/telecomms/telemonitor.dm @@ -129,6 +129,6 @@ playsound(src.loc, 'sound/effects/sparks4.ogg', 75, 1) emagged = TRUE req_access.Cut() - to_chat(user, SPAN_NOTICE("You you disable the security protocols")) + to_chat(user, SPAN_NOTICE("You disable the security protocols")) src.updateUsrDialog() return 1 diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index ea4458f592c14..05eb04d97e21e 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -160,7 +160,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, playsound(src.loc, 'sound/effects/sparks4.ogg', 75, 1) emagged = TRUE req_access.Cut() - to_chat(user, SPAN_NOTICE("You you disable the security protocols.")) + to_chat(user, SPAN_NOTICE("You disable the security protocols.")) return 1 /obj/machinery/computer/rdconsole/CanUseTopic(mob/user, datum/topic_state/state, href_list) diff --git a/code/modules/research/server.dm b/code/modules/research/server.dm index b41b471dafed1..6f21d80ca71b1 100644 --- a/code/modules/research/server.dm +++ b/code/modules/research/server.dm @@ -266,14 +266,14 @@ playsound(src.loc, 'sound/effects/sparks4.ogg', 75, 1) emagged = TRUE req_access.Cut() - to_chat(user, SPAN_NOTICE("You you disable the security protocols.")) + to_chat(user, SPAN_NOTICE("You disable the security protocols.")) src.updateUsrDialog() return 1 /obj/machinery/r_n_d/server/robotics name = "robotics R&D server" - id_with_upload_string = "1;2" - id_with_download_string = "1;2" + id_with_upload_string = "1;2;3" + id_with_download_string = "1;2;3" server_id = 2 /obj/machinery/r_n_d/server/core