Merge pull request #6534 from Citadel-Station-13/upstream-merge-37445

[MIRROR] you can now print tools using the integrated circuit printer again
This commit is contained in:
LetterJay
2018-04-28 01:34:59 -05:00
committed by GitHub

View File

@@ -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)