mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
qdel ore eaten by ore redemption
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user