Files
2020-02-16 19:40:21 -08:00

9 lines
273 B
Plaintext

datum/controller/process/ghost_notifications
setup()
name = "Respawn Controller"
schedule_interval = 600 // Since we will be operating on a longer time-scale, processing once per minute seems enough
doWork()
if (respawn_controller)
respawn_controller.process()