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

View File

@@ -145,7 +145,7 @@
if(istype(item, /obj/item/inducer))
var/obj/item/inducer/inducer = item
INVOKE_ASYNC(inducer, /obj/item.proc/attack_obj, attached_circuit, attacker, list())
INVOKE_ASYNC(inducer, /obj/item.proc/attack_atom, attached_circuit, attacker, list())
return COMPONENT_NO_AFTERATTACK
if(attached_circuit)