Unregisters the signal (#29203)

This commit is contained in:
BiancaWilkson
2025-05-02 16:00:09 -04:00
committed by GitHub
parent b250b72324
commit 8ab66d23df
@@ -50,6 +50,7 @@
RegisterSignal(M, COMSIG_MOB_WILLINGLY_DROP, PROC_REF(retract_to_linked_implant))
/obj/item/organ/internal/cyberimp/arm/remove(mob/living/carbon/M, special = 0)
UnregisterSignal(M, COMSIG_MOB_WILLINGLY_DROP)
Retract()
. = ..()