POLARIS: Improve robot and typing overlays

This commit is contained in:
Arokha Sieyes
2018-03-17 19:49:03 -04:00
parent 2d83c044df
commit 2248c71b39
7 changed files with 32 additions and 61 deletions

View File

@@ -149,7 +149,7 @@ var/list/_client_preferences_by_type
/datum/client_preference/show_typing_indicator/toggled(var/mob/preference_mob, var/enabled)
if(!enabled)
preference_mob.set_typing_indicator(0)
preference_mob.set_typing_indicator(FALSE)
/datum/client_preference/show_ooc
description ="OOC chat"