Process certain status effects using a new "priority effects" subsystem (#89076)

This commit is contained in:
Lucy
2025-01-26 08:34:38 -05:00
committed by GitHub
parent 2aa4f6c881
commit cc80029518
8 changed files with 22 additions and 3 deletions
@@ -0,0 +1,6 @@
PROCESSING_SUBSYSTEM_DEF(priority_effects)
name = "Priority Status Effects"
flags = SS_TICKER | SS_KEEP_TIMING | SS_NO_INIT
wait = 2 // Not seconds - we're running on SS_TICKER, so this is ticks.
priority = FIRE_PRIORITY_PRIORITY_EFFECTS
stat_tag = "PEFF"