Subsystem return update (#16820)

This commit is contained in:
Selis
2025-01-03 08:39:37 +01:00
committed by GitHub
parent df9b71e402
commit f48022188f
43 changed files with 312 additions and 124 deletions
+3 -7
View File
@@ -1,16 +1,12 @@
/*
Player tips procs and lists are defined under /code/modules/player_tips_vr
*/
/// Player tips procs and lists are defined under /code/modules/player_tips_vr
SUBSYSTEM_DEF(player_tips)
name = "Periodic Player Tips"
priority = FIRE_PRIORITY_PLAYERTIPS
runlevels = RUNLEVEL_GAME
wait = 3000 //We check if it's time to send a tip every 5 minutes (300 seconds)
flags = SS_NO_INIT
var/static/datum/player_tips/player_tips = new
/datum/controller/subsystem/player_tips/fire()
player_tips.send_tips()