Add Sounds to stuff! (Port from VOREStation) (#6494)

* Add Sounds to stuff! (Port from VOREStation)

* Port of https://github.com/VOREStation/VOREStation/pull/6119

* Adds to_chat as described

* Change << to , , not entirely sure what it does but it's the same as others
This commit is contained in:
Rykka Stormheart
2019-10-29 13:30:56 -08:00
committed by Atermonera
parent 043d375e34
commit 23cc197e4c
19 changed files with 48 additions and 2 deletions
@@ -110,6 +110,12 @@ 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/mob_tooltips
description ="Mob tooltips"
key = "MOB_TOOLTIPS"