mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 01:51:50 +00:00
moves obj_integrity and associated procs to the atom level (#61183)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user