Industrial Smelter Part Replacer Fix (#10361)

This commit is contained in:
Geeves
2020-10-26 08:31:39 +01:00
committed by GitHub
parent 0d54a1be56
commit 9371a7d18d
3 changed files with 15 additions and 9 deletions
@@ -90,10 +90,10 @@
origin_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2)
board_type = "other" // change this to machine if you want it to be buildable
req_components = list(
/obj/item/stock_parts/capacitor = 2,
/obj/item/stock_parts/scanning_module = 1,
/obj/item/stock_parts/matter_bin = 1,
/obj/item/stock_parts/micro_laser = 2)
"/obj/item/stock_parts/capacitor" = 2,
"/obj/item/stock_parts/scanning_module" = 1,
"/obj/item/stock_parts/matter_bin" = 1,
"/obj/item/stock_parts/micro_laser" = 2)
/obj/item/circuitboard/oven
name = T_BOARD("oven")