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
@@ -76,6 +76,11 @@
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
build_path = /obj/item/circuitboard/sleeper
/datum/design/circuit/machine/stasis_bed
name = "Lifeform Stasis Unit"
req_tech = list(TECH_MAGNET = 4, TECH_ENGINEERING = 4, TECH_BIO = 4)
build_path = /obj/item/circuitboard/stasis_bed
/datum/design/circuit/machine/bodyscannerm
name = "Body Scanner"
req_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)