Garbage collection fixes

This commit is contained in:
ZomgPonies
2014-02-19 20:24:31 -05:00
parent d26777a0d9
commit 1ab8df4b13
141 changed files with 2310 additions and 2278 deletions

View File

@@ -20,7 +20,7 @@
..(loc, h)
Del()
Destroy()
blob_cores -= src
if(overmind)
del(overmind)

View File

@@ -118,7 +118,7 @@
del(src)
/mob/living/simple_animal/hostile/blobspore/Del()
/mob/living/simple_animal/hostile/blobspore/Destroy()
if(factory)
factory.spores -= src
if(contents)

View File

@@ -14,7 +14,7 @@
fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume)
return
Del()
Destroy()
blob_nodes -= src
processing_objects.Remove(src)
..()