mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Industrial Smelter Part Replacer Fix (#10361)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user