mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] Xenobotany machines can be constructed (#12600)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
1b3a3582d6
commit
2c7a7a5652
@@ -390,3 +390,30 @@
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/capacitor = 1,
|
||||
/obj/item/stock_parts/motor = 1)
|
||||
|
||||
/obj/item/circuitboard/botany_extractor
|
||||
name = T_BOARD("lysis-isolation centrifuge")
|
||||
build_path = /obj/machinery/botany/extractor
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/motor = 2,
|
||||
/obj/item/stock_parts/scanning_module = 2,
|
||||
/obj/item/stock_parts/gear = 3)
|
||||
|
||||
/obj/item/circuitboard/botany_editor
|
||||
name = T_BOARD("bioballistic delivery system")
|
||||
build_path = /obj/machinery/botany/editor
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/capacitor = 2,
|
||||
/obj/item/stock_parts/scanning_module = 2,
|
||||
/obj/item/stock_parts/manipulator = 2)
|
||||
|
||||
/obj/item/circuitboard/botany_seedextractor
|
||||
name = T_BOARD("seed extractor")
|
||||
build_path = /obj/machinery/seed_extractor
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/motor = 1,
|
||||
/obj/item/stock_parts/manipulator = 2,
|
||||
/obj/item/stock_parts/console_screen = 1)
|
||||
|
||||
Reference in New Issue
Block a user