you can now print tools using the integrated circuit printer again (#37445)

* you can now print tools again

* I'm severely mentally retarded

* Update printer.dm
This commit is contained in:
Nich
2018-04-27 12:16:57 +02:00
committed by CitadelStationBot
parent 4702d0232e
commit c9702d2a5c
@@ -192,7 +192,7 @@
else if(ispath(build_type, /obj/item/integrated_circuit))
var/obj/item/integrated_circuit/IC = SScircuit.cached_components[build_type]
cost = IC.materials[MAT_METAL]
else
else if(!build_type in SScircuit.circuit_fabricator_recipe_list["Tools"])
return
var/datum/component/material_container/materials = GetComponent(/datum/component/material_container)