Stasis Beds (#11755)

This commit is contained in:
Geeves
2021-04-29 11:54:08 +02:00
committed by GitHub
parent bc2302ab4a
commit 8a8f4ab913
9 changed files with 154 additions and 4 deletions
@@ -21,6 +21,19 @@
"/obj/item/stock_parts/console_screen" = 1,
"/obj/item/reagent_containers/glass/beaker/large" = 1)
/obj/item/circuitboard/stasis_bed
name = T_BOARD("Lifeform Stasis Unit")
desc = "The circuitboard for a lifeform stasis unit."
build_path = /obj/machinery/stasis_bed
origin_tech = list(TECH_MAGNET = 4, TECH_ENGINEERING = 4, TECH_BIO = 4)
board_type = "machine"
req_components = list(
"/obj/item/stock_parts/micro_laser" = 1,
"/obj/item/stock_parts/capacitor" = 2,
"/obj/item/stock_parts/scanning_module" = 2,
"/obj/item/stock_parts/console_screen" = 1
)
/obj/item/circuitboard/cryotube
name = T_BOARD("Cryo Cell")
desc = "The circuitboard for a cryo tube."