From df589b0b8a0c6d0cf2e8c9b61aa7dcc2f4f8a727 Mon Sep 17 00:00:00 2001 From: eghughguhhhhhh Date: Sun, 9 Mar 2025 21:32:06 -0300 Subject: [PATCH] Fix unintended OOC note print chatspam (#17296) * Automatic changelog compile [ci skip] * fixies an oopsie woopsie * Revert "Automatic changelog compile [ci skip]" This reverts commit 8cb19dcdcff674d3ac2b7730f48245120c52c9aa. * fml I got it backwards I should've stashed --------- Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com> Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> --- code/modules/mob/living/living_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/living_vr.dm b/code/modules/mob/living/living_vr.dm index b4401cabf4..48715ebb25 100644 --- a/code/modules/mob/living/living_vr.dm +++ b/code/modules/mob/living/living_vr.dm @@ -95,7 +95,7 @@ msg += "

LIKES

[ooc_notes_likes]" if(ooc_notes_dislikes) msg += "

DISLIKES

[ooc_notes_dislikes]" - to_chat(src, span_chatexport("[src]'s Metainfo:
[msg]")) + to_chat(user, span_chatexport("[src]'s Metainfo:
[msg]")) /mob/living/verb/set_custom_link() set name = "Set Custom Link"