Fixes the removal of all organs when admins use "Select Equipment"

fixes #8884
This commit is contained in:
ccomp5950
2015-05-05 21:37:28 -04:00
parent 2739104fe2
commit 7436573177

View File

@@ -555,7 +555,9 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
for (var/obj/item/I in M)
if (istype(I, /obj/item/weapon/implant))
continue
qdel(I)
M.drop_from_inventory(I)
if(I.loc != M)
qdel(I)
switch(dresscode)
if ("strip")
//do nothing