Gives hydro soil recipe a better name

Gives the hydro soil recipe a name that better conveys it's purpose.
This commit is contained in:
HarpyEagle
2015-08-12 15:25:01 -04:00
parent 4db1a553f2
commit a43f77b070

View File

@@ -86,7 +86,7 @@
/material/sandstone/generate_recipes()
..()
recipes += new/datum/stack_recipe("pile of dirt", /obj/machinery/portable_atmospherics/hydroponics/soil, 3, time = 10, one_per_turf = 1, on_floor = 1)
recipes += new/datum/stack_recipe("planting bed", /obj/machinery/portable_atmospherics/hydroponics/soil, 3, time = 10, one_per_turf = 1, on_floor = 1)
/material/plastic/generate_recipes()
..()