mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
SUBSYSTEM_DEF(sun)
|
|
name = "Sun"
|
|
wait = 600
|
|
flags = SS_NO_INIT
|
|
var/static/datum/sun/sun = new
|
|
|
|
/datum/controller/subsystem/sun/fire()
|
|
sun.calc_position()
|