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 8cb19dcdcf.

* 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>
This commit is contained in:
eghughguhhhhhh
2025-03-09 21:32:06 -03:00
committed by GitHub
parent 9620af3b48
commit df589b0b8a
+1 -1
View File
@@ -95,7 +95,7 @@
msg += "<br><br><b>LIKES</b><br><br>[ooc_notes_likes]"
if(ooc_notes_dislikes)
msg += "<br><br><b>DISLIKES</b><br><br>[ooc_notes_dislikes]"
to_chat(src, span_chatexport("[src]'s Metainfo:<br>[msg]"))
to_chat(user, span_chatexport("[src]'s Metainfo:<br>[msg]"))
/mob/living/verb/set_custom_link()
set name = "Set Custom Link"