Files
S.P.L.U.R.T-Station-13/code/controllers/subsystem/callback.dm
Katherine Kiefer fd29f9c902 initial
2024-03-09 21:16:02 +11:00

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()