Implant refdrop (#17248)

* Atomization

* sdf

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2023-09-05 21:50:48 +00:00
committed by GitHub
co-authored by FluffyGhost <FluffyGhost>
parent 26c74f0df1
commit adfa4d8410
2 changed files with 42 additions and 0 deletions
@@ -54,6 +54,7 @@
/obj/item/implant/Destroy()
if(part)
part.implants.Remove(src)
part = null
STOP_PROCESSING(SSprocessing, src)
implants -= src
return ..()