Various qdel helpers

This commit is contained in:
Aronai Sieyes
2021-05-15 16:10:08 -04:00
parent b9eb4eac15
commit e42547db74
8 changed files with 32 additions and 8 deletions
+6 -1
View File
@@ -105,7 +105,12 @@
while(null in owner.organs)
owner.organs -= null
implants.Cut() //VOREStation Add - Remove these too!
for(var/imp in implants)
var/obj/item/weapon/implant/I = imp
if(!istype(I))
continue
I.imp_in = I.part = null
implants.Cut()
return ..()