mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
10 lines
185 B
Plaintext
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()
|