mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Process certain status effects using a new "priority effects" subsystem (#89076)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user