[MIRROR] moves obj_integrity and associated procs to the atom level (#8016)

* moves obj_integrity and associated procs to the atom level

* Feex good

* Whoops forgot the maps

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-09-10 16:47:01 +01:00
committed by GitHub
co-authored by Kylerace GoldenAlpharex Gandalf
parent 8e1298c21f
commit 04302a770a
136 changed files with 32295 additions and 32228 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)
. = ..()