[Earlyport] Mutable Emotes

Ports https://github.com/VOREStation/VOREStation/pull/7005 early.

Changelog Notes:

- Allows muting of any audible emotes such as merps, squishes, and so on.
This commit is contained in:
TheFurryFeline
2020-03-26 14:39:11 -04:00
parent dd75f9948c
commit bafc26e80f
4 changed files with 46 additions and 24 deletions
@@ -98,6 +98,12 @@ var/list/_client_preferences_by_type
key = "DIGEST_NOISES"
enabled_description = "Noisy"
disabled_description = "Silent"
/datum/client_preference/emote_noises
description = "Emote Noises" //MERP
key = "EMOTE_NOISES"
enabled_description = "Noisy"
disabled_description = "Silent"
//VOREStation Add End
/datum/client_preference/weather_sounds
description ="Weather sounds"