diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-21 15:44:10 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-03-21 15:44:10 -0700 |
commit | c8e897edf1d0b72993ddc0aad886859aeec70d3e (patch) | |
tree | ef9f82c1879c6496b771cc1afce4e58714bfb534 /json/recipes | |
parent | Further improve the hard steel armor plate recipe with requirements. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-c8e897edf1d0b72993ddc0aad886859aeec70d3e.tar.xz |
Typo.
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/recipe_vehicle.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/recipe_vehicle.json b/json/recipes/recipe_vehicle.json index a050a6c..c6c8f39 100644 --- a/json/recipes/recipe_vehicle.json +++ b/json/recipes/recipe_vehicle.json @@ -12,7 +12,7 @@ "book_learn": [ [ "textbook_fabrication", 5 ], [ "adv_chemistry", 6 ], [ "welding_book", 5 ] ], "using": [ [ "welding_standard", 5 ], - [ "steel_standard", 12 ], + [ "steel_standard", 12 ] ] } ] |