mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 22:54:46 +00:00
* Add healing aura component (#62526) * Add healing aura component Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
6 lines
209 B
Plaintext
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
|