mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 05:07:18 +01:00
processing subsystem update (#7489)
- processing subsystems now declare time as second intervals - adds missing stat tag - MC now respects abstract type for subsystems (even if we don't use it lol)
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
*/
|
||||
PROCESSING_SUBSYSTEM_DEF(process_5fps)
|
||||
name = "Processing - 5 FPS"
|
||||
wait = 2
|
||||
stat_tag = "P5"
|
||||
wait = (1 / 5) SECONDS
|
||||
stat_tag = "P_5"
|
||||
|
||||
Reference in New Issue
Block a user