Merge pull request #14456 from Runa-Dacino/HelpfulTips

Implements periodic tips for (new) players!
This commit is contained in:
Casey
2023-02-12 13:18:41 -05:00
committed by GitHub
7 changed files with 160 additions and 1 deletions
@@ -368,6 +368,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 *
********************/