diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 02:47:06 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-11 02:47:06 -0700 |
commit | 57e9c8ec8833b12ae2b0f92d0e0d42857d1feb40 (patch) | |
tree | 93b229cc8725828eb12ce6eb2fdd10c7b9d01696 /json/recipes | |
parent | Clean up list for bright nights (diff) | |
download | cataclysm-dda-mod_faction-camp-recipe-expansion-57e9c8ec8833b12ae2b0f92d0e0d42857d1feb40.tar.xz |
Typos
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/basecamps/recipe_groups.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 7cdfeb1..8d9593a 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -256,7 +256,7 @@ "id": "blacksmith_recipes_4", "building_type": "SMITH", "recipes": [ - { "id": "gold_ring", "description": " Craft: Gold Ring" } + { "id": "gold_ring", "description": " Craft: Gold Ring" }, { "id": "bearing", "description": " Craft: Bearings" }, { "id": "blade", "description": " Craft: Blade" }, { "id": "chain", "description": " Craft: Chain" }, @@ -327,7 +327,7 @@ { "id": "saw", "description": " Craft: Woodsaw" }, { "id": "30gal_drum_welded", "description": " Craft: Drum, 100L, Welded" }, { "id": "55gal_drum_welded", "description": " Craft: Drum, 200L, Welded" }, - { "id": "jerrycan_big_welder", "description": " Craft: Jerrycan, Steel, Welded" } + { "id": "jerrycan_big_welder", "description": " Craft: Jerrycan, Steel, Welded" }, { "id": "metal_tank", "description": " Craft: Metal Tank, 60L, Welded" } ] }, |