mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Ports CM's langchat to replace floating chat. (#20818)
Works generally better and will allow for better customization and emote display. --------- Co-authored-by: realmattatlas <liermattia@gmail.com>
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
pref.floating_chat_color = new_fc_color
|
||||
var/mob/living/carbon/human/H = preference_mob()
|
||||
if(ishuman(H))
|
||||
H.set_floating_chat_color(new_fc_color)
|
||||
H.langchat_color = pref.floating_chat_color
|
||||
return TOPIC_REFRESH
|
||||
|
||||
else if(href_list["speech_bubble_type"])
|
||||
|
||||
Reference in New Issue
Block a user