Adds headset radio sounds

This commit is contained in:
Cerebulon
2021-08-23 19:58:43 +01:00
parent 17cbd9e7fb
commit bfdbd5b1fa
4 changed files with 24 additions and 3 deletions

View File

@@ -253,6 +253,12 @@ var/list/_client_preferences_by_type
enabled_description = "Show"
disabled_description = "Hide"
/datum/client_preference/radio_sounds
description = "Radio Sounds"
key = "RADIO_SOUNDS"
enabled_description = "On"
disabled_description = "Off"
/datum/client_preference/runechat_mob
description = "Runechat (Mobs)"
key = "RUNECHAT_MOB"