Slow the sun down a bit so powernet machinery can track it a bit better automatically.

This commit is contained in:
D3athrow
2015-04-07 11:49:18 -05:00
parent 3dbb3692c7
commit 7bc411bf54

View File

@@ -1,6 +1,6 @@
/datum/controller/process/sun/setup()
name = "sun"
schedule_interval = 20 // every second
schedule_interval = 40 // every 2 seconds
sun = new
/datum/controller/process/sun/doWork()