mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
[MIRROR] Rename digital clock subsystem [MDB IGNORE] (#22651)
* Rename digital clock subsystem (#77028) Renames digital clock subsystem to be better alongside other player facing names * Rename digital clock subsystem --------- Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/// The subsystem used to tick digital clocks
|
/// The subsystem used to tick digital clocks
|
||||||
PROCESSING_SUBSYSTEM_DEF(digital_clock)
|
PROCESSING_SUBSYSTEM_DEF(digital_clock)
|
||||||
name = "digital_clock"
|
name = "Digital Clocks"
|
||||||
flags = SS_NO_INIT|SS_BACKGROUND|SS_KEEP_TIMING
|
flags = SS_NO_INIT|SS_BACKGROUND|SS_KEEP_TIMING
|
||||||
wait = 1 SECONDS
|
wait = 1 SECONDS
|
||||||
|
|||||||
Reference in New Issue
Block a user