Incorporate Neerti preferences

This commit is contained in:
Cerebulon
2021-08-11 02:07:02 +01:00
parent 3e735591b6
commit 8a1a14a4fa
2 changed files with 13 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ var/list/_client_preferences_by_type
key = "SOUND_AIRPUMP"
enabled_description = "Audible"
disabled_description = "Silent"
/datum/client_preference/old_door_sounds
description ="Old Door Sounds"
key = "SOUND_OLDDOORS"
@@ -285,6 +285,13 @@ var/list/_client_preferences_by_type
var/datum/plane_holder/PH = preference_mob.plane_holder
PH.set_vis(VIS_STATUS, enabled)
/datum/client_preference/show_lore_news
description = "Lore News Popup"
key = "NEWS_POPUP"
enabled_by_default = TRUE
enabled_description = "Popup New On Login"
disabled_description = "Do Nothing"
/********************
* Staff Preferences *
********************/