qdel ore eaten by ore redemption

This commit is contained in:
Rob Nelson
2014-02-28 21:26:45 -08:00
parent 1de2b6fbca
commit 1b0133f7b7

View File

@@ -44,7 +44,7 @@
if(processed_sheet)
var/datum/material/mat = materials.getMaterial(O.material)
mat.stored += processed_sheet.amount //Stack the sheets
O.loc = null //Let the old sheet garbage collect
qdel(O)
/obj/machinery/mineral/ore_redemption/process()
var/turf/T = get_turf(input)