added chem dispenser, time for errors

This commit is contained in:
Chiirno
2020-08-27 14:27:35 -03:00
parent 4f891a47ea
commit fdc2cea077
5 changed files with 220 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////////////
/////////////////////////////////////////