mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Port /datum/status_effect and convert wetness and fire stacks to it (#11666)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0000fce008
commit
9f292671ae
@@ -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