adds diethylamine and saltpetre to the biogenerator

This commit is contained in:
CameronWoof
2020-02-16 03:52:07 -08:00
parent 0f4f07dc95
commit 14e41e8d68
3 changed files with 22 additions and 1 deletions
@@ -107,6 +107,22 @@
build_path = /obj/item/reagent_containers/glass/bottle/nutrient/rh
category = list("initial","Botany Chemicals")
/datum/design/diethylamine
name = "Diethylamine"
id = "diethylamine_biogen"
build_type = BIOGENERATOR
materials = list(MAT_BIOMASS = 75)
build_path = /obj/item/reagent_containers/glass/bottle/diethylamine
category = list("initial","Botany Chemicals")
/datum/design/saltpetre
name = "Saltpetre"
id = "saltpetre_biogen"
build_type = BIOGENERATOR
materials = list(MAT_BIOMASS = 125)
build_path = /obj/item/reagent_containers/glass/bottle/saltpetre
category = list("initial","Botany Chemicals")
/datum/design/weed_killer
name = "Weed Killer"
id = "weed_killer"