mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
/datum/controller/process/sun/setup()
|
|
name = "sun"
|
|
schedule_interval = 20 // every second
|
|
sun = new
|
|
|
|
/datum/controller/process/sun/doWork()
|
|
sun.calc_position()
|