mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Adds the autopsy scanner to the protolathe (#21441)
Adds the autopsy scanner to the protolathe. Available at bio tech level 3, which is where we currently start the round, and found udner the biotech category. The material is matching with other similiar devices. --------- Signed-off-by: Fyni <itsfyni@gmail.com>
This commit is contained in:
@@ -110,3 +110,9 @@
|
||||
req_tech = list(TECH_BLUESPACE = 2, TECH_MATERIAL = 6)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 3000, MATERIAL_PHORON = 3000, MATERIAL_DIAMOND = 500)
|
||||
build_path = /obj/item/reagent_containers/glass/beaker/bluespace
|
||||
|
||||
/datum/design/item/medical/autopsy_scanner
|
||||
name = "Autopsy Scanner"
|
||||
req_tech = list(TECH_BIO = 3)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 30, MATERIAL_GLASS = 20)
|
||||
build_path = /obj/item/autopsy_scanner
|
||||
|
||||
Reference in New Issue
Block a user