summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-07 14:51:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-07 14:51:07 -0800
commit10bb5e06cbc088b3e3d0fcfbde3786115a9975cd (patch)
treef7e32b48c82b8a08a88051ddd43a636ff2109328 /json
parentUse the hotfixed name for reloaded .50 BMG (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-10bb5e06cbc088b3e3d0fcfbde3786115a9975cd.tar.xz
Fix the naming of smoked and wasteland sausages.
Allow preparing raw wasteland sausages.
Diffstat (limited to 'json')
-rw-r--r--json/recipes/basecamps/recipe_groups.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 0daa4d8..fd68e9f 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -72,9 +72,10 @@
{ "id": "dry_tofu", "description": " Cook: Tofu, Dehydrated" },
{ "id": "dry_mushroom", "description": " Cook: Mushroom, Dried" },
{ "id": "dry_fruit", "description": " Cook: Fruit, Dehydrated" },
- { "id": "sausage", "description": " Cook: Sausage" },
+ { "id": "sausage", "description": " Cook: Sausage, Smoked" },
{ "id": "sausage_raw", "description": " Cook: Sausage, Raw" },
- { "id": "sausage_wasteland", "description": " Cook: Sausage, Wasteland" },
+ { "id": "sausage_wasteland", "description": " Cook: Sausage, Wasteland, Smoked" },
+ { "id": "sausage_wasteland_raw", "description": " Cook: Sausage, Wasteland, Raw" },
{ "id": "bratwurst_sausage", "description": " Cook: Sausage, Bratwurst" }
]
},