Files
Bubberstation/code/controllers/subsystem/processing/digital_clock.dm
Mothblocks 8cda8dd95a Rename digital clock subsystem (#77028)
Renames digital clock subsystem to be better alongside other player
facing names
2023-07-23 22:21:43 -06:00

6 lines
178 B
Plaintext

/// The subsystem used to tick digital clocks
PROCESSING_SUBSYSTEM_DEF(digital_clock)
name = "Digital Clocks"
flags = SS_NO_INIT|SS_BACKGROUND|SS_KEEP_TIMING
wait = 1 SECONDS