Ports IV bags from TG

Ports the iv bag portion of https://github.com/tgstation/tgstation/pull/44531/files from tg.
This commit is contained in:
shellspeed1
2020-06-18 02:30:58 -07:00
parent 4d0421f9cd
commit b490f02c78
9 changed files with 67 additions and 4 deletions
@@ -212,6 +212,16 @@
category = list("Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
/datum/design/chem_pack
name = "Intravenous Medicine Bag"
desc = "A plastic pressure bag for IV administration of drugs."
id = "chem_pack"
build_type = PROTOLATHE
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
materials = list(/datum/material/plastic = 2000)
build_path = /obj/item/reagent_containers/chem_pack
category = list("Medical Designs")
/datum/design/cloning_disk
name = "Cloning Data Disk"
desc = "Produce additional disks for storing genetic data."