Skip to content

Commit

Permalink
Update code/game/machinery/computer/security.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
vero5123 and Drulikar committed May 24, 2024
1 parent 6aeb7d0 commit 15f3a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 15f3a93

Please sign in to comment.