mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-07-27 06:30:40 +01:00
ed13d94b40
- 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)
8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
/**
|
|
* Fires 5 times a second. Kind of on the nose, huh?
|
|
*/
|
|
PROCESSING_SUBSYSTEM_DEF(process_5fps)
|
|
name = "Processing - 5 FPS"
|
|
wait = (1 / 5) SECONDS
|
|
stat_tag = "P_5"
|