mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-12 23:52:20 +01:00
9 lines
273 B
Plaintext
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() |