Merge pull request #8722 from Spookerton/spkrtn/sys/sstyping

Adds SSTyping
This commit is contained in:
Atermonera
2022-10-02 10:16:01 -08:00
committed by GitHub
9 changed files with 251 additions and 106 deletions

View File

@@ -178,8 +178,7 @@ var/global/list/_client_preferences_by_type
disabled_description = "Hide"
/datum/client_preference/show_typing_indicator/toggled(var/mob/preference_mob, var/enabled)
if(!enabled)
preference_mob.set_typing_indicator(FALSE)
SStyping.UpdatePreference(preference_mob.client, enabled)
/datum/client_preference/show_ooc
description ="OOC chat"