Adds Two QOL Say/Emote Features

This commit is contained in:
Neerti
2017-03-12 09:30:48 -04:00
parent 7130d56b80
commit 11b1185005
5 changed files with 101 additions and 11 deletions

View File

@@ -126,6 +126,12 @@ var/list/_client_preferences_by_type
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/check_mention
description ="Emphasize Name Mention"
key = "CHAT_MENTION"
enabled_description = "Emphasize"
disabled_description = "Normal"
/datum/client_preference/show_progress_bar
description ="Progress Bar"
key = "SHOW_PROGRESS"