Skip to content

Commit

Permalink
Makes Blood Packs printable from the med lathe (#11401)
Browse files Browse the repository at this point in the history
* Bloodbags in medlathe

I will suck your blood oooooo
also removed health analyzer from the hacked auto lathe

* Added a description
  • Loading branch information
Geatish authored Sep 3, 2024
1 parent 48dfb88 commit 30d360d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/research/designs/autolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,10 @@
/datum/design/healthanalyzer
name = "Health Analyzer"
id = "healthanalyzer"
build_type = AUTOLATHE | PROTOLATHE
build_type = PROTOLATHE
materials = list(/datum/material/iron = 500, /datum/material/glass = 50)
build_path = /obj/item/healthanalyzer
category = list("hacked", "Medical", "Medical Designs")
category = list("Medical", "Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL

/datum/design/pillbottle
Expand Down
10 changes: 10 additions & 0 deletions code/modules/research/designs/medical_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@
build_path = /obj/item/reagent_containers/glass/beaker/meta
category = list("Medical Designs")

/datum/design/blood_pack
name = "Blood Pack"
desc = "An empty pack for blood transfusions"
id = "blood_pack"
build_type = PROTOLATHE
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
materials = list(/datum/material/plastic = 500)
build_path = /obj/item/reagent_containers/blood
category = list("Medical Designs")

/datum/design/bluespacesyringe
name = "Bluespace Syringe"
desc = "An advanced syringe that can hold 60 units of chemicals"
Expand Down
1 change: 1 addition & 0 deletions code/modules/research/techweb/all_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
"pandemic",
"sleeper",
"soda_dispenser",
"blood_pack",
)
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
export_price = 5000
Expand Down

0 comments on commit 30d360d

Please sign in to comment.