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:
Fyni
2025-10-07 12:39:23 +00:00
committed by GitHub
parent 1af71a7c45
commit aa22ad931b
2 changed files with 64 additions and 0 deletions
@@ -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