mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
SUBSYSTEM_DEF(callbacks)
|
|
name = "Auxtools Callbacks"
|
|
flags = SS_TICKER | SS_NO_INIT
|
|
wait = 1
|
|
priority = FIRE_PRIORITY_CALLBACKS
|
|
|
|
/datum/controller/subsystem/callbacks/fire()
|
|
if(process_atmos_callbacks(TICK_REMAINING_MS))
|
|
pause()
|