mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Slow the sun down a bit so powernet machinery can track it a bit better automatically.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user