Skip to content

Commit

Permalink
Update machine_designs.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Feb 12, 2024
1 parent 0c7d11b commit d7dc49c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions code/modules/research/designs/machine_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,23 +183,6 @@
build_path = /obj/item/circuitboard/machine/reagentgrinder
category = list ("Medical Machinery")


/datum/design/board/dnascanner
name = "Machine Design (DNA Scanner)"
desc = "Allows for the construction of circuit boards used to build a Cloning Scanner."
id = "dnascanner"
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
build_path = /obj/item/circuitboard/machine/dnascanner
category = list("Medical Machinery")

/datum/design/board/clonepod
name = "Machine Design (Cloning Pod)"
desc = "An electronically-lockable pod for growing organic tissue."
id = "clonepod"
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL | DEPARTMENTAL_FLAG_SCIENCE
build_path = /obj/item/circuitboard/machine/clonepod
category = list("Medical Machinery")

/datum/design/board/hypnochair
name = "Machine Design (Enhanced Interrogation Chamber)"
desc = "Allows for the construction of circuit boards used to build an Enhanced Interrogation Chamber."
Expand Down

0 comments on commit d7dc49c

Please sign in to comment.