Update circuitprinter.dm
This commit is contained in:
@@ -27,6 +27,8 @@ using metal and glass, it uses glass and reagents (usually sulfuric acis).
|
|||||||
"Computer Parts"
|
"Computer Parts"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var/datum/component/material_container/materials
|
||||||
|
|
||||||
/obj/machinery/r_n_d/circuit_imprinter/Initialize()
|
/obj/machinery/r_n_d/circuit_imprinter/Initialize()
|
||||||
materials = AddComponent(/datum/component/material_container, list(MAT_GLASS, MAT_GOLD, MAT_DIAMOND, MAT_METAL, MAT_BLUESPACE),
|
materials = AddComponent(/datum/component/material_container, list(MAT_GLASS, MAT_GOLD, MAT_DIAMOND, MAT_METAL, MAT_BLUESPACE),
|
||||||
FALSE, list(/obj/item/stack, /obj/item/ore/bluespace_crystal), CALLBACK(src, .proc/is_insertion_ready), CALLBACK(src, .proc/AfterMaterialInsert))
|
FALSE, list(/obj/item/stack, /obj/item/ore/bluespace_crystal), CALLBACK(src, .proc/is_insertion_ready), CALLBACK(src, .proc/AfterMaterialInsert))
|
||||||
|
|||||||
Reference in New Issue
Block a user