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:
silicons
2026-01-17 00:52:42 +00:00
committed by GitHub
parent e8f3ff19bf
commit ed13d94b40
9 changed files with 27 additions and 15 deletions
@@ -1,7 +1,10 @@
/**
* A very fast-ticking subsystem that runs projectiles.
*/
PROCESSING_SUBSYSTEM_DEF(projectiles)
name = "Projectiles"
wait = 0.5
stat_tag = "PP"
wait = (1 / 20) SECONDS
stat_tag = "P_PROJ"
priority = FIRE_PRIORITY_PROJECTILES
subsystem_flags = SS_NO_INIT | SS_KEEP_TIMING