canned peas

This commit is contained in:
h-v-smacker 2018-04-14 12:31:30 +03:00
parent 237155bd99
commit 4b7563c3a6
1 changed files with 9 additions and 1 deletions

View File

@ -198,7 +198,7 @@ local canned_food_definitions = {
sugar = false
},
pine_nuts_jar = {
proper_name = "A Jar of Pine Nuts",
proper_name = "A Jar of pine nuts",
found_in = "ethereal",
obj_name = "ethereal:pine_nuts",
orig_nutritional_value = 1,
@ -247,6 +247,14 @@ local canned_food_definitions = {
sugar = false,
transforms = "Pickled garlic cloves"
},
canned_peas = {
proper_name = "Canned peas",
found_in = "farming",
obj_name = "farming:peas",
orig_nutritional_value = 1,
amount = 8,
sugar = false,
},
}