mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
* Integrated Circuits (Wiremod) * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.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
|