Adds preference to mute remote LOOC chatter heard by admins.

* Lets people remain on standby for adminhelps without having all that spam scrolling stuff off the screen if they are not taking on the role of policing LOOC.
This commit is contained in:
Leshana
2016-05-23 20:36:22 -04:00
committed by Yoshax
parent abd14db701
commit 219db3d868
2 changed files with 8 additions and 2 deletions
@@ -189,4 +189,10 @@ var/list/_client_preferences_by_type
description = "Radio chatter"
key = "CHAT_RADIO"
enabled_description = "Show"
disabled_description = "Hide"
disabled_description = "Hide"
/datum/client_preference/holder/show_rlooc
description ="Remote LOOC chat"
key = "CHAT_RLOOC"
enabled_description = "Show"
disabled_description = "Hide"