From 15f3a93f0e4e1d640e0da32048fba50c22f124d4 Mon Sep 17 00:00:00 2001 From: Vero <73014819+vero5123@users.noreply.github.com> Date: Fri, 24 May 2024 18:21:08 -0400 Subject: [PATCH] Update code/game/machinery/computer/security.dm Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> --- code/game/machinery/computer/security.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm index fa8858c1c647..58d53c745fd8 100644 --- a/code/game/machinery/computer/security.dm +++ b/code/game/machinery/computer/security.dm @@ -41,7 +41,7 @@ /obj/structure/machinery/computer/secure_data/attackby(obj/card, mob/user) if(!operable()) - to_chat(user, SPAN_NOTICE("You tried to inject \the [card] but \the [src] remains silent.")) + to_chat(user, SPAN_NOTICE("You tried to inject [card] but [src] remains silent.")) return if(istype(card, /obj/item/card/id))