Merge pull request #8353 from Glloyd/goonschedu

Goon Process Scheduler for BS12
This commit is contained in:
Chinsky
2015-03-17 10:04:21 +03:00
54 changed files with 2185 additions and 325 deletions

View File

@@ -17,9 +17,9 @@
solar_next_update = world.time // init the timer
angle = rand (0,360) // the station position to the sun is randomised at round start
/hook/startup/proc/createSun()
/*/hook/startup/proc/createSun() // handled in scheduler
sun = new /datum/sun()
return 1
return 1*/
// calculate the sun's position given the time of day
// at the standard rate (100%) the angle is increase/decreased by 6 degrees every minute.