mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-11 00:03:55 +01:00
506f34c3f2
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
/// The subsystem used to tick [/datum/component/burning] instances.
|
|
PROCESSING_SUBSYSTEM_DEF(burning)
|
|
name = "Burning"
|
|
priority = FIRE_PRIORITY_BURNING
|
|
flags = SS_NO_INIT|SS_BACKGROUND
|
|
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
|