Files
Will 5dda05aa63 Solarpanel Tracker Subsystem (#19252)
* look at this chonker

* documenting

* various fixes

* use planet's sub position

* fix that up

* occlusion isn't needed on planet, use weather light

* respect outdoors

* fix

* hardref cleanup
2026-03-08 23:36:46 +01:00

10 lines
185 B
Plaintext

SUBSYSTEM_DEF(sun)
name = "Sun"
wait = 1 MINUTE
flags = SS_NO_INIT
var/static/datum/sun/sun = new
/datum/controller/subsystem/sun/fire(resumed)
if(!resumed)
sun.calc_position()