Various TG Chat message sorting fixes (#25229)

* Fixes unsorted emotes, announcements, votes, surgery, prayers, ahelp responses

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
S34N
2024-04-29 02:07:25 +00:00
committed by GitHub
co-authored by Burzah
parent 4add53d6c1
commit 2e4089dc15
28 changed files with 368 additions and 209 deletions
+2 -2
View File
@@ -29,9 +29,9 @@
for(var/mob/M in src.contents)
M.attackby(W,user, params)
/obj/item/holder/proc/show_message(message, m_type)
/obj/item/holder/proc/show_message(message, m_type, chat_message_type)
for(var/mob/living/M in contents)
M.show_message(message,m_type)
M.show_message(message, m_type, chat_message_type)
/obj/item/holder/emp_act(intensity)
for(var/mob/living/M in contents)