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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user