mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #8353 from Glloyd/goonschedu
Goon Process Scheduler for BS12
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user