moves obj_integrity and associated procs to the atom level (#61183)

This commit is contained in:
Kylerace
2021-09-06 04:07:26 -07:00
committed by GitHub
parent ed8be87105
commit d9ee5e7297
122 changed files with 503 additions and 436 deletions
@@ -379,7 +379,7 @@
RegisterSignal(soul, COMSIG_LIVING_RESIST, .proc/on_resist)
RegisterSignal(soul, COMSIG_MOB_ATTACK_RANGED, .proc/on_attack)
RegisterSignal(soul, COMSIG_MOB_ATTACK_RANGED_SECONDARY, .proc/on_secondary_attack)
RegisterSignal(src, COMSIG_OBJ_INTEGRITY_CHANGED, .proc/on_integrity_change)
RegisterSignal(src, COMSIG_ATOM_INTEGRITY_CHANGED, .proc/on_integrity_change)
/obj/item/soulscythe/examine(mob/user)
. = ..()