mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 13:21:09 +00:00
changes
This commit is contained in:
@@ -234,8 +234,8 @@ var/list/_client_preferences_by_type
|
||||
description = "Anonymous Ghost Chat"
|
||||
key = "ANON_GHOST_CHAT"
|
||||
enabled_by_default = FALSE
|
||||
enabled_description = "On"
|
||||
disabled_description = "Off"
|
||||
enabled_description = "Hide ckey"
|
||||
disabled_description = "Show ckey"
|
||||
|
||||
/datum/client_preference/show_in_advanced_who
|
||||
description = "Show my status in advanced who"
|
||||
@@ -244,6 +244,13 @@ var/list/_client_preferences_by_type
|
||||
enabled_description = "Visible"
|
||||
disabled_description = "Hidden"
|
||||
|
||||
/datum/client_preference/announce_ghost_joinleave
|
||||
description = "Announce joining/leaving as a ghost/observer"
|
||||
key = "ANNOUNCE_GHOST_JOINLEAVE"
|
||||
enabled_by_default = TRUE
|
||||
enabled_description = "Announce"
|
||||
disabled_description = "Silent"
|
||||
|
||||
/********************
|
||||
* Staff Preferences *
|
||||
********************/
|
||||
@@ -303,3 +310,10 @@ var/list/_client_preferences_by_type
|
||||
enabled_by_default = FALSE
|
||||
enabled_description = "On"
|
||||
disabled_description = "Off"
|
||||
|
||||
/datum/client_preference/holder/stealth_ghost_mode
|
||||
description = "Stealthmin Ghost Mode"
|
||||
key = "STEALTH_GHOST_MODE"
|
||||
enabled_by_default = FALSE
|
||||
enabled_description = "Obfuscate Ghost"
|
||||
disabled_description = "Normal Ghost"
|
||||
|
||||
Reference in New Issue
Block a user