Integrated Circuits (Wiremod) (#59232)

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>
This commit is contained in:
Watermelon914
2021-05-25 19:15:36 +01:00
committed by GitHub
parent bc34e2a168
commit b84a9f97b2
71 changed files with 6987 additions and 2136 deletions

View File

@@ -0,0 +1,3 @@
TIMER_SUBSYSTEM_DEF(circuit_component)
name = "Circuit Components"
priority = FIRE_PRIORITY_DEFAULT

View File

@@ -0,0 +1,5 @@
/// 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