Scheduler fixes and additions

This commit is contained in:
ZomgPonies
2015-02-23 10:35:25 -05:00
parent 2c50a42ba7
commit 3c0d278a91
4 changed files with 32 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/datum/controller/process/Shuttle/setup()
name = "shuttle controller"
schedule_interval = 300 // every 30 seconds
schedule_interval = 20 // every 2 seconds
if(!shuttle_controller)
shuttle_controller = new
+6
View File
@@ -0,0 +1,6 @@
/datum/controller/process/supply/setup()
name = "supply controller"
schedule_interval = 300 // every 30 seconds
/datum/controller/process/supply/doWork()
supply_controller.process()