Added flour and I did it all myself :)

coppied the entry for milk, changed 'milk' to 'flour' and upped the ammout produced to 15u (flour is not very nutritious) (also 15u is used for all recipies).
I hope I did this right.
This commit is contained in:
SomeGuyEatingPie
2021-11-23 12:58:46 +00:00
committed by GitHub
parent 85e27ab21c
commit 82c835fbe2
@@ -12,6 +12,14 @@
materials = list(MAT_BIOMASS = 20)
make_reagents = list(/datum/reagent/consumable/milk = 10)
category = list("initial","Food")
/datum/design/flour
name = "15u flour"
id = "flour"
build_type = BIOGENERATOR
materials = list(MAT_BIOMASS = 20)
make_reagents = list(/datum/reagent/consumable/flour = 15)
category = list("initial","Food")
/datum/design/cream
name = "10u Cream"