Additional types which need Destroy to return qdel hints (and other Destroy fixes)

This commit is contained in:
Leshana
2017-12-30 16:02:27 -05:00
parent 3c2dac2e01
commit 064f2fe9ca
9 changed files with 13 additions and 15 deletions

View File

@@ -52,6 +52,7 @@
/obj/item/weapon/implant/Destroy()
if(part)
part.implants.Remove(src)
part = null
return ..()
/obj/item/weapon/implant/attackby(obj/item/I, mob/user)