mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-07-25 14:23:14 +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)
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
/**
|
|
* General object processing subsystem. Fires once per 2 seconds.
|
|
*/
|
|
PROCESSING_SUBSYSTEM_DEF(obj)
|
|
name = "Objects"
|
|
priority = FIRE_PRIORITY_OBJ
|
|
subsystem_flags = SS_NO_INIT
|
|
wait = 2 SECONDS
|
|
stat_tag = "P_OBJ"
|