From a5bb3c3a5a6ff6b6edcecdba68ba3f79dd47ef11 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 9 Mar 2021 16:38:18 -0500 Subject: [PATCH] Update mech_fabricator.dm --- code/game/mecha/mech_fabricator.dm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/game/mecha/mech_fabricator.dm b/code/game/mecha/mech_fabricator.dm index 887faa338e0..25303249ba2 100644 --- a/code/game/mecha/mech_fabricator.dm +++ b/code/game/mecha/mech_fabricator.dm @@ -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)