mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
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"
|