Gives the pod people's dispenser all the chemicals they could ever want. (#1357)
This commit is contained in:
committed by
kevinz000
parent
4a84f13ed0
commit
32c288dfc8
@@ -370,6 +370,19 @@
|
|||||||
|
|
||||||
|
|
||||||
/obj/machinery/chem_dispenser/mutagensaltpeter
|
/obj/machinery/chem_dispenser/mutagensaltpeter
|
||||||
name = "mutagen and saltpeter dispenser"
|
name = "botanical chemical dispenser"
|
||||||
desc = "Creates and dispenses mutagen and even saltpeter."
|
desc = "Creates and dispenses chemicals useful for botany."
|
||||||
dispensable_reagents = list("mutagen", "saltpetre")
|
dispensable_reagents = list(
|
||||||
|
"mutagen",
|
||||||
|
"saltpetre",
|
||||||
|
"eznutriment",
|
||||||
|
"left4zednutriment",
|
||||||
|
"robustharvestnutriment",
|
||||||
|
"water",
|
||||||
|
"plantbgone",
|
||||||
|
"weedkiller",
|
||||||
|
"pestkiller",
|
||||||
|
"cryoxadone",
|
||||||
|
"ammonia",
|
||||||
|
"ash",
|
||||||
|
"diethylamine")
|
||||||
|
|||||||
Reference in New Issue
Block a user