Merge pull request #8209 from Cerebulon/news_popup

Prevents Pop-up for Already Seen Lore News
This commit is contained in:
MistakeNot4892
2021-08-26 12:34:05 +10:00
committed by GitHub
6 changed files with 31 additions and 2 deletions
@@ -291,6 +291,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 *
********************/