From cc00d37dfe6ed0a530fcfd8019dd7354ca1a9a56 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 10:12:17 -0800 Subject: Remove invalid count from small tin can recipe. --- json/recipes/recipe_companion.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/recipes') diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json index ee9bd84..cc3c0bf 100644 --- a/json/recipes/recipe_companion.json +++ b/json/recipes/recipe_companion.json @@ -28,13 +28,13 @@ { "type": "recipe", "result": "can_food_unsealed", + "//": "Intended to create two due to the high material use, but this does not seem possible for this item type.", "id_suffix": "npc_drop", "category": "CC_OTHER", "subcategory": "CSC_OTHER_CONTAINERS", "skill_used": "fabrication", "difficulty": 1, "time": "8 m", - "count": 2, "autolearn": false, "never_learn": true, "using": [ -- cgit v1.2.1