Ore redemption machine cleanup

This commit is contained in:
CitadelStationBot
2017-05-01 11:54:33 -05:00
parent 1842665af6
commit e2a95703de
2 changed files with 114 additions and 104 deletions

View File

@@ -71,7 +71,6 @@
var/selected_material = MAT_METAL
var/selected_alloy = null
var/datum/research/files
var/list/categories = list("Alloys")
/obj/machinery/mineral/processing_unit/Initialize()
. = ..()
@@ -81,7 +80,8 @@
/obj/machinery/mineral/processing_unit/Destroy()
CONSOLE = null
qdel(materials)
QDEL_NULL(materials)
QDEL_NULL(files)
return ..()
/obj/machinery/mineral/processing_unit/HasProximity(atom/movable/AM)