mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 13:16:34 +01:00
modifies the hollow metrics API; that'll probably be implemented soon adds init stages changes SSatoms to not abuse its `initialized` variable closes #6858
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
SUBSYSTEM_DEF(sun)
|
|
name = "Sun"
|
|
wait = 1 MINUTE
|
|
subsystem_flags = SS_NO_INIT
|
|
var/static/datum/sun/sun = new
|
|
|
|
/datum/controller/subsystem/sun/fire()
|
|
sun.calc_position()
|