mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] Flammable Items, Abstractness, and hypnosis (#12672)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
8a3f6473fc
commit
506f34c3f2
@@ -0,0 +1,6 @@
|
||||
/// 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
|
||||
Reference in New Issue
Block a user