mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Chemical Refinery Splitter Machine (#12048)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dfee7007cc
commit
a7bac7c918
@@ -352,6 +352,14 @@
|
||||
board_type = new /datum/frame/frame_types/industrial_reagent_pipe
|
||||
req_components = list( /obj/item/stack/material/glass/reinforced = 1)
|
||||
|
||||
/obj/item/circuitboard/industrial_reagent_splitter
|
||||
name = T_BOARD("industrial chemical splitter")
|
||||
build_path = /obj/machinery/reagent_refinery/splitter
|
||||
board_type = new /datum/frame/frame_types/industrial_reagent_splitter
|
||||
req_components = list(
|
||||
/obj/item/stack/material/glass/reinforced = 1,
|
||||
/obj/item/stock_parts/motor = 1)
|
||||
|
||||
/obj/item/circuitboard/industrial_reagent_waste_processor
|
||||
name = T_BOARD("industrial chemical waste processor")
|
||||
build_path = /obj/machinery/reagent_refinery/waste_processor
|
||||
|
||||
Reference in New Issue
Block a user