Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PORT] Mind link speech displays symbols correctly (#2523)
* Mind link speech displays symbols correctly (#76290) Closes #71991 Removes a call to sanitize() in mind linker code because tgui_input_text() already sanitizes input by default, symbols now display correctly * Mind links won't highlight your own messages (#84625) ## About The Pull Request Linked speech now prevents messages from highlighting if its a message you sent, or if you are the owner of said link. Also, linked speech messages are now marked as radio messages, for chat tab purposes. ## Why It's Good For The Game Because when you have your own name highlighted, it's annoying having every message with `[Shion Rosenthal's Slime Link]` highlighted, even if it's _my own_ message. ## Changelog :cl: qol: Linked speech now prevents messages from highlighting if its a message you sent, or if you are the owner of said link.. qol: Linked speech messages are now marked as radio messages, for chat tab purposes. /:cl: --------- Co-authored-by: cnleth <[email protected]>
- Loading branch information