mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user