mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #10335 from VOREStation/Arokha/dels
Various qdel helpers
This commit is contained in:
committed by
Chompstation Bot
parent
ad149bb509
commit
bc6564deb6
@@ -106,7 +106,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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user