Files
Bubberstation/code/controllers/subsystem/processing/aura_healing.dm
2021-11-08 01:20:12 -08:00

6 lines
209 B
Plaintext

/// The subsystem used to tick [/datum/component/aura_healing] instances.
PROCESSING_SUBSYSTEM_DEF(aura_healing)
name = "Aura Healing"
flags = SS_NO_INIT | SS_BACKGROUND | SS_KEEP_TIMING
wait = 0.3 SECONDS