Merge pull request #13275 from Chiirno/portable-chem-mixer

Portable chem mixer
This commit is contained in:
silicons
2020-08-29 21:34:57 -07:00
committed by GitHub
4 changed files with 218 additions and 0 deletions
@@ -354,6 +354,16 @@
category = list("Medical Designs")
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
/datum/design/portable_chem_mixer
name = "Portable Chemical Mixer"
desc = "A portable device that dispenses and mixes chemicals. Reagents have to be supplied with beakers."
id = "portable_chem_mixer"
build_type = PROTOLATHE
departmental_flags = DEPARTMENTAL_FLAG_MEDICAL
materials = list(/datum/material/plastic = 5000, /datum/material/iron = 10000, /datum/material/glass = 3000)
build_path = /obj/item/storage/portable_chem_mixer
category = list("Equipment")
/////////////////////////////////////////
//////////Cybernetic Implants////////////
/////////////////////////////////////////