ID:266575
 
i know your thinking del(src) but that wont work becausew its not an obj verb it would delete the verb how would i do this?
for(var/obj/someobj/S in src.contents)
del(S)
break