mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-16 03:41:34 +01:00
d8c1932cb9
* Laser Eyes * Update dna.dm * Mecha * Update positive_genes.dm * These * These 2 * yeh * Rest of these * Update turf.dm * Update food.dm * Some moar * mooove * Update vorestation.dme * Update burning.dm * firesuit * flags * HYPNOCOLOR * xd * no filter * dc * Update ore_bag.dm * Update misc.dm * Update misc.dm
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
|