mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* Burning and acid components fixes and improvements * conflicts --------- Co-authored-by: ChungusGamer666 <82850673+ChungusGamer666@users.noreply.github.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.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
|