[MIRROR] Add healing aura component [MDB IGNORE] (#9303)

* Add healing aura component (#62526)

* Add healing aura component

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-08 11:45:41 +00:00
committed by GitHub
parent 0c3144a9f0
commit 5d5428ed6d
12 changed files with 216 additions and 43 deletions
@@ -0,0 +1,5 @@
/// 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