mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-22 22:54:33 +01:00
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
/// The subsystem used to tick auras ([/datum/component/aura_healing] and [/datum/component/damage_aura]).
|
|
PROCESSING_SUBSYSTEM_DEF(aura)
|
|
name = "Aura"
|
|
ss_flags = SS_NO_INIT | SS_BACKGROUND | SS_KEEP_TIMING
|
|
wait = 0.3 SECONDS
|