Cloning vats and DNA scanners are again located by cloning computers.

This commit is contained in:
PsiOmega
2015-05-06 09:23:29 +02:00
parent 6c33254701
commit b349e76604
3 changed files with 29 additions and 16 deletions

View File

@@ -94,8 +94,9 @@ var/list/delayed_garbage = list()
if(!istype(A))
//warning("qdel() passed object of type [A.type]. qdel() can only handle /datum types.")
del(A)
garbage_collector.dels++
garbage_collector.hard_dels++
if(garbage_collector)
garbage_collector.dels++
garbage_collector.hard_dels++
else if(isnull(A.gcDestroyed))
// Let our friend know they're about to get collected
. = !A.Destroy()