mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-22 22:54:33 +01:00
6 lines
211 B
Plaintext
6 lines
211 B
Plaintext
/// The subsystem used to tick [/datum/component/acid] instances.
|
|
PROCESSING_SUBSYSTEM_DEF(clock_component)
|
|
name = "Clock Component"
|
|
ss_flags = SS_NO_INIT|SS_BACKGROUND|SS_KEEP_TIMING
|
|
wait = COMP_CLOCK_DELAY
|