mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-23 15:14:43 +01:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
/// The subsystem used to tick [/datum/component/burning] instances.
|
|
PROCESSING_SUBSYSTEM_DEF(burning)
|
|
name = "Burning"
|
|
priority = FIRE_PRIORITY_BURNING
|
|
ss_flags = SS_NO_INIT|SS_BACKGROUND
|
|
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
|