Skip to content

Commit

Permalink
Update code/modules/cm_marines/marines_consoles.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 15f3a93 commit e477a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/marines_consoles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/obj/structure/machinery/computer/double_id/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 e477a28

Please sign in to comment.