mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Adds processes, next step is to replace them in the current MC and ticker
This commit is contained in:
9
code/controllers/Processes/Shuttle.dm
Normal file
9
code/controllers/Processes/Shuttle.dm
Normal file
@@ -0,0 +1,9 @@
|
||||
/datum/controller/process/Shuttle/setup()
|
||||
name = "shuttle controller"
|
||||
schedule_interval = 20 // every 2 seconds
|
||||
|
||||
if(!shuttle_controller)
|
||||
shuttle_controller = new
|
||||
|
||||
/datum/controller/process/Shuttle/doWork()
|
||||
shuttle_controller.process()
|
||||
Reference in New Issue
Block a user