mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 10:56:26 +00:00
Merge branch 'master' into agegate
This commit is contained in:
@@ -153,6 +153,18 @@ var/list/_client_preferences_by_type
|
||||
enabled_description = "Show"
|
||||
disabled_description = "Hide"
|
||||
|
||||
/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"
|
||||
enabled_description = "Enabled"
|
||||
disabled_description = "Disabled"
|
||||
|
||||
/datum/client_preference/hotkeys_default
|
||||
description ="Hotkeys Default"
|
||||
key = "HUD_HOTKEYS"
|
||||
@@ -331,9 +343,17 @@ var/list/_client_preferences_by_type
|
||||
enabled_description = "Obfuscate Ghost"
|
||||
disabled_description = "Normal Ghost"
|
||||
|
||||
|
||||
/datum/client_preference/age_verified
|
||||
description = "Age Verified Status"
|
||||
key = "AGE_VERIFIED"
|
||||
enabled_description = "Show"
|
||||
disabled_description = "Hide"
|
||||
enabled_description = "TRUE"
|
||||
disabled_description = "FALSE"
|
||||
enabled_by_default = FALSE
|
||||
|
||||
/datum/client_preference/autocorrect
|
||||
description = "Autocorrect"
|
||||
key = "AUTOCORRECT"
|
||||
enabled_description = "Enabled"
|
||||
disabled_description = "Disabled"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user