Thank you mhelp for showing this weird coding thing (#24717)

This commit is contained in:
DGamerL
2024-03-24 18:13:37 +00:00
committed by GitHub
parent c9aa979e64
commit f52b7a8c58
3 changed files with 24 additions and 10 deletions
@@ -172,6 +172,16 @@
build_path = /obj/item/circuitboard/clonescanner
category = list("Medical Machinery")
/datum/design/dna_scanner
name = "Machine Board (DNA Modifier)"
desc = "Allows for the construction of circuit boards used to build a DNA Modifier."
id = "dna_scanner"
req_tech = list("programming" = 4, "biotech" = 3)
build_type = IMPRINTER
materials = list(MAT_GLASS = 1000)
build_path = /obj/item/circuitboard/dna_scanner
category = list("Medical Machinery")
/datum/design/cryotube
name = "Machine Board (Cryotube Board)"
desc = "Allows for the construction of circuit boards used to build a Cryotube."