[Earlyport] Mutable Emotes

Ports https://github.com/VOREStation/VOREStation/pull/7005 early. Also restores some code that got removed: Skrell warbling, but leaving it commented out until I get some feedback on it.

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:40:22 -04:00
parent 81ae1ca288
commit 425fe022d5
4 changed files with 64 additions and 29 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"
@@ -135,11 +141,11 @@ var/list/_client_preferences_by_type
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/air_pump_noise
description ="Air Pump Ambient Noise"
key = "SOUND_AIRPUMP"
enabled_description = "Audible"
disabled_description = "Silent"
/datum/client_preference/air_pump_noise
description ="Air Pump Ambient Noise"
key = "SOUND_AIRPUMP"
enabled_description = "Audible"
disabled_description = "Silent"
/datum/client_preference/mob_tooltips
description ="Mob tooltips"