summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-16 22:01:21 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-16 22:01:21 -0700
commit9146092edc138c8f83eef93c0da6b0c7d96c3a70 (patch)
tree52c492278e6d6a20d53b83206f5bbc4c974dee0a
parentAdd all craftable seeds to the farm (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-9146092edc138c8f83eef93c0da6b0c7d96c3a70.tar.xz
Add oatmeal to kitchen
-rw-r--r--json/recipes/basecamps/recipe_groups.json1
-rw-r--r--modinfo.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index c72183b..0eff375 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -29,6 +29,7 @@
"recipes": [
{ "id": "flour", "description": " Cook: Flour" },
{ "id": "cornmeal", "description": " Cook: Cornmeal" },
+ { "id": "oatmeal", "description": " Cook: Oatmeal" },
{ "id": "acorns_cooked", "description": " Cook: Acornmeal" },
{ "id": "salt", "description": " Cook: Salt" },
{ "id": "lard", "description": " Cook: Lard" },
diff --git a/modinfo.json b/modinfo.json
index 0d2580d..d8c5c18 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -4,7 +4,7 @@
"ident": "faction_camp_recipe_expansion",
"name": "Faction Camp Recipe Expansion",
"authors": ["jc_gargma"],
- "description": "Add several recipes to the faction camp that in all honesty should be there.",
+ "description": "Add several recipes to the faction camp that in all honesty should be there.",
"category": "rebalance",
"dependencies": [ "dda" ]
}