summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-12-13 08:32:01 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-12-13 08:32:01 -0800
commit224678e1ce577030d5fb64752864343c4b0d3bc5 (patch)
tree8a419ac09d64f11824e784acbaaa614ed784fe46
parentAdd Leather Patch and Fur Pelt recipes in place of old tanning leather/pelt r... (diff)
downloadcataclysm-dda-mod_faction-camp-recipe-expansion-224678e1ce577030d5fb64752864343c4b0d3bc5.tar.xz
Switch to leather patches and fur pelts for tanning.
-rw-r--r--Readme.txt2
-rw-r--r--json/recipes/basecamps/recipe_groups.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index 2aa13aa..5fc42e0 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -24,7 +24,7 @@ Metallic Smoother.
Rebar and Steel Rails.
Concrete.
Cured Hides and Pelts.
-Tanned Hides and Pelts.
+Leather Patches and Fur Pelts.
Superglue.
Ammunition.
Biodiesel. (via shim item)
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index a8b5442..2f889f2 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -136,6 +136,8 @@
{ "id": "cured_pelt", "description": " Craft: Cured Pelt" },
{ "id": "leather", "description": " Craft: Leather Patch" },
{ "id": "fur", "description": " Craft: Fur Pelt" },
+ { "id": "leather_modern", "description": " Craft: Leather Patch, with Lye" },
+ { "id": "fur_modern", "description": " Craft: Fur Pelt, with Lye" },
{ "id": "plant_fibre", "description": " Craft: Plant Fiber" }
]
},