Update mech_fabricator.dm

This commit is contained in:
Novacat
2021-03-09 16:38:18 -05:00
committed by GitHub
parent 60a44581c5
commit a5bb3c3a5a
-11
View File
@@ -84,17 +84,6 @@
/obj/machinery/mecha_part_fabricator/Initialize()
. = ..()
// Go through all materials, and add them to the possible storage, but hide them unless we contain them.
for(var/Name in name_to_material)
if(Name in materials)
continue
hidden_materials |= Name
materials[Name] = 0
default_apply_parts()
files = new /datum/research(src) //Setup the research data holder.
/obj/machinery/mecha_part_fabricator/dismantle()
for(var/f in materials)