Merge pull request #5700 from CHOMPStation2/upstream-merge-14456

[MIRROR] Implements periodic tips for (new) players!
This commit is contained in:
Razgriz
2023-02-12 19:04:32 -07:00
committed by GitHub
8 changed files with 233 additions and 0 deletions
@@ -370,6 +370,12 @@ var/list/_client_preferences_by_type
enabled_description = "Hear"
disabled_description = "Silent"
/datum/client_preference/player_tips
description = "Receive Tips Periodically"
key = "RECEIVE_TIPS"
enabled_description = "Enabled"
disabled_description = "Disabled"
/********************
* Staff Preferences *
********************/