Skip to content

Commit 90d551f

Browse files
Update code/game/machinery/camera/camera.dm
Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com>
1 parent 9c0061c commit 90d551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/machinery/camera/camera.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ var/list/camera_messages = list()
314314
for(var/mob/living/silicon/ai/O in living_mob_list)
315315
if(!O.client)
316316
continue
317-
to_chat(O, "<span class='name'><a href='byond://?src=\ref[O];track=[U.name]'>[U.name]</a></span> holds <a href='byond://?src=\ref[src];message_id=[key]'>[W]</a> up to one of your cameras...")
317+
to_chat(O, "<span class='name'><a href='byond://?src=\ref[O];track=[U.name]'>[U.name]</a></span> holds <a href='byond://?src=\ref[src];message_id=[key]'>\the [W]</a> up to one of your cameras...")
318318

319319
for(var/obj/machinery/computer/security/tv in tv_monitors)
320320
if(tv.active_camera != src)

0 commit comments

Comments
 (0)