summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:43:39 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-21 15:43:39 -0700
commit067d545db976c1bf6124a884b3e8a23516b08379 (patch)
treeca6305973045e20bcde1dcf2f08eb64e9f7fdc18
parentConvert the hard steel armor plate recipe to use requirements. (diff)
downloadcataclysm-bn-mod_recipe-fixes-067d545db976c1bf6124a884b3e8a23516b08379.tar.xz
Further improve the hard steel armor plate recipe with requirements.
-rw-r--r--json/recipes/recipe_vehicle.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/json/recipes/recipe_vehicle.json b/json/recipes/recipe_vehicle.json
index 635ba82..a050a6c 100644
--- a/json/recipes/recipe_vehicle.json
+++ b/json/recipes/recipe_vehicle.json
@@ -10,7 +10,9 @@
"time": "12 m",
"reversible": true,
"book_learn": [ [ "textbook_fabrication", 5 ], [ "adv_chemistry", 6 ], [ "welding_book", 5 ] ],
- "using": [ [ "welding_standard", 5 ] ],
- "components": [ [ [ "steel_lump", 12 ] ] ]
+ "using": [
+ [ "welding_standard", 5 ],
+ [ "steel_standard", 12 ],
+ ]
}
]