Skip to content

Commit

Permalink
Update medical_designs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe committed Jul 5, 2024
1 parent df761c2 commit 3b34201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/research/designs/medical_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
build_type = MECHFAB
materials = list (/datum/material/iron = 2500, /datum/material/glass = 1000, /datum/material/silver = 500, /datum/material/plastic = 500)
construction_time = 200
build_path = /obj/item/organ/cyberimp/arm/toolset
build_path = /obj/item/organ/cyberimp/arm/toolset/botany
category = list("Implants", "Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL

Expand All @@ -368,7 +368,7 @@
build_type = MECHFAB
materials = list (/datum/material/iron = 2500, /datum/material/glass = 1000, /datum/material/silver = 500, /datum/material/plastic = 500)
construction_time = 200
build_path = /obj/item/organ/cyberimp/arm/toolset
build_path = /obj/item/organ/cyberimp/arm/toolset/janitor
category = list("Implants", "Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL

Expand All @@ -379,7 +379,7 @@
build_type = MECHFAB
materials = list (/datum/material/iron = 2500, /datum/material/glass = 1500, /datum/material/bananium = 3000) //costs more bananium than any other individual item, but the utility is unmatched
construction_time = 200
build_path = /obj/item/organ/cyberimp/arm/toolset
build_path = /obj/item/organ/cyberimp/arm/toolset/clown
category = list("Implants", "Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL

Expand Down

0 comments on commit 3b34201

Please sign in to comment.