mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> Co-authored-by: Maurukas <66576896+Maurukas@users.noreply.github.com>
6 lines
208 B
Plaintext
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
|