mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-11 23:22:19 +01:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
datum/controller/process/ghost_notifications
|
|
var/datum/ghost_notification_controller/notifier
|
|
|
|
setup()
|
|
name = "Ghost Notifications"
|
|
schedule_interval = 30 // it really does not need to update that often
|
|
notifier = ghost_notifier
|
|
|
|
|
|
doWork()
|
|
notifier.process() |