mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-22 22:54:33 +01:00
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
/// The subsystem used to tick [/datum/component/acid] instances.
|
|
PROCESSING_SUBSYSTEM_DEF(acid)
|
|
name = "Acid"
|
|
priority = FIRE_PRIORITY_ACID
|
|
ss_flags = SS_NO_INIT|SS_BACKGROUND
|
|
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME
|