summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:44:10 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:44:10 -0700
commitc8e897edf1d0b72993ddc0aad886859aeec70d3e (patch)
treeef9f82c1879c6496b771cc1afce4e58714bfb534
parentFurther improve the hard steel armor plate recipe with requirements. (diff)
downloadcataclysm-bn-mod_recipe-fixes-c8e897edf1d0b72993ddc0aad886859aeec70d3e.tar.xz
Typo.
-rw-r--r--json/recipes/recipe_vehicle.json2
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 ]
]
}
]