mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
[MIRROR] Move autolathe design datums to techweb datums (#12565)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Will
Cameron Lennox
parent
b61399d8e7
commit
90d7e7d352
@@ -6,6 +6,7 @@
|
||||
name = T_BOARD("obstruction removal ballista control")
|
||||
build_path = /obj/machinery/computer/ship/disperser
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_COMBAT = 2, TECH_BLUESPACE = 2)
|
||||
hidden = TRUE // todo - Make properly constructable in round
|
||||
|
||||
/obj/item/circuitboard/disperserfront
|
||||
name = T_BOARD("obstruction removal ballista beam generator")
|
||||
@@ -15,6 +16,7 @@
|
||||
req_components = list (
|
||||
/obj/item/stock_parts/manipulator/pico = 5
|
||||
)
|
||||
hidden = TRUE // todo - Make properly constructable in round
|
||||
|
||||
/obj/item/circuitboard/dispersermiddle
|
||||
name = T_BOARD("obstruction removal ballista fusor")
|
||||
@@ -24,6 +26,7 @@
|
||||
req_components = list (
|
||||
/obj/item/stock_parts/subspace/crystal = 10
|
||||
)
|
||||
hidden = TRUE // todo - Make properly constructable in round
|
||||
|
||||
/obj/item/circuitboard/disperserback
|
||||
name = T_BOARD("obstruction removal ballista material deconstructor")
|
||||
@@ -33,3 +36,4 @@
|
||||
req_components = list (
|
||||
/obj/item/stock_parts/capacitor/super = 5
|
||||
)
|
||||
hidden = TRUE // todo - Make properly constructable in round
|
||||
|
||||
Reference in New Issue
Block a user