Massive Ambience and Sound Overhaul + Addition, Squashed Commit Edition

This commit is contained in:
Rykka
2020-08-21 06:53:05 -04:00
parent 96be4caa6f
commit 0c7a7fd2b8
370 changed files with 704 additions and 74 deletions

View File

@@ -116,6 +116,12 @@ var/list/_client_preferences_by_type
enabled_description = "Audible"
disabled_description = "Silent"
/datum/client_preference/pickup_sounds
description = "Picked Up Item Sounds"
key = "SOUND_PICKED"
enabled_description = "Enabled"
disabled_description = "Disabled"
/datum/client_preference/drop_sounds
description = "Dropped Item Sounds"
key = "SOUND_DROPPED"