Garbage Collect Everything

This commit is contained in:
Fox-McCloud
2015-10-13 20:23:26 -04:00
parent 092185e47b
commit e60edf9345
10 changed files with 14 additions and 27 deletions
+1 -2
View File
@@ -41,8 +41,7 @@
/datum/material_container/Destroy()
owner = null
..()
return QDEL_HINT_QUEUE
return ..()
//For inserting an amount of material
/datum/material_container/proc/insert_amount(amt, material_type = null)