mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
SUBSYSTEM_DEF(sun)
|
|
name = "Sun"
|
|
wait = 60 SECONDS
|
|
var/static/datum/sun/sun = new
|
|
|
|
/datum/controller/subsystem/sun/fire(resumed, no_mc_tick)
|
|
sun.calc_position()
|