Files
Bubberstation/code/controllers/subsystem/processing/clock_component.dm
2021-05-25 11:15:36 -07:00

6 lines
208 B
Plaintext

/// The subsystem used to tick [/datum/component/acid] instances.
PROCESSING_SUBSYSTEM_DEF(clock_component)
name = "Clock Component"
flags = SS_NO_INIT|SS_BACKGROUND|SS_KEEP_TIMING
wait = COMP_CLOCK_DELAY