Add healing aura component (#62526)

This commit is contained in:
Mothblocks
2021-11-08 01:20:12 -08:00
committed by GitHub
parent 8eee171ef2
commit ec95e7cf94
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