mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 16:46:28 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user