From 1b37ef4484c8a55970470a060adce65f51b95196 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Oct 2024 09:42:07 -0700 Subject: Fix typos in the tv dinner and hotdog overrides. --- json/recipes/food/meat.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'json/recipes') diff --git a/json/recipes/food/meat.json b/json/recipes/food/meat.json index 92d868c..9ca413d 100644 --- a/json/recipes/food/meat.json +++ b/json/recipes/food/meat.json @@ -306,7 +306,13 @@ "batch_time_factors": [ 80, 1 ], "qualities": [ { "id": "COOK", "level": 1 } ], "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ], - "components": [ [ [ "hotdogs_frozen", 1 ], [ "homemade_hotdogs", 1 ], [ "bratwurst_sausage", 1 ] ] ] + "components": [ + [ + [ "hotdogs_frozen", 1 ], + [ "homemade_hotdogs", 1 ], + [ "bratwurst_sausage", 1 ] + ] + ] }, { "type": "recipe", @@ -340,7 +346,7 @@ "components": [ [ [ "hotdogs_frozen", 1 ], - [ "hotdogs_uncooked", 1 ], + [ "homemade_hotdogs", 1 ], [ "bratwurst_sausage", 1 ], [ "sausage_wasteland" , 1 ] ], -- cgit v1.2.1