mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
[MIRROR] Protean Reconstitutor (#7320)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
co-authored by
Heroman3003
CHOMPStation2
parent
c16f873886
commit
bec46d23b9
@@ -94,3 +94,14 @@
|
||||
origin_tech = list(TECH_DATA = 4)
|
||||
req_components = list(
|
||||
/obj/item/stack/cable_coil = 15)
|
||||
|
||||
/obj/item/weapon/circuitboard/protean_reconstitutor
|
||||
name = T_BOARD("protean reconstitutor")
|
||||
board_type = new /datum/frame/frame_types/machine
|
||||
build_path = /obj/machinery/protean_reconstitutor
|
||||
origin_tech = list(TECH_MAGNET = 5, TECH_BLUESPACE = 5, TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_DATA = 5)
|
||||
req_components = list(
|
||||
/obj/item/weapon/stock_parts/matter_bin = 1,
|
||||
/obj/item/weapon/stock_parts/manipulator = 1,
|
||||
/obj/item/weapon/stock_parts/console_screen = 1,
|
||||
/obj/item/stack/cable_coil = 5)
|
||||
|
||||
Reference in New Issue
Block a user