diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-19 13:49:40 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-19 13:49:40 -0700 |
commit | 0a300dadee0661bbf758ee2cd5520734446b7545 (patch) | |
tree | 3834174228ba609375d030c2d7e3c47edb716502 /json/recipes/basecamps | |
parent | Add Roasted edamame and soybeans (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-0a300dadee0661bbf758ee2cd5520734446b7545.tar.xz |
Add crafting for the hunting knife
Diffstat (limited to 'json/recipes/basecamps')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 068f812..2a95e0a 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -190,6 +190,7 @@ "recipes": [ { "id": "knife_combat", "description": " Craft: Knife, Combat" }, { "id": "knife_trench", "description": " Craft: Knife, Trench" }, + { "id": "knife_hunting", "description": " Craft: Knife, Hunting" }, { "id": "spear_steel", "description": " Craft: Spear, Steel" }, { "id": "machete", "description": " Craft: Machete" }, { "id": "pipe", "description": " Craft: Pipe" }, |