From a261855cfce426564277cbcd0308b06202c8f886 Mon Sep 17 00:00:00 2001 From: FlyingSpaceRhino <38295275+FlyingSpaceRhino@users.noreply.github.com> Date: Fri, 31 Dec 2021 21:15:52 -0800 Subject: [PATCH] Fix crafting time for cutting long undertops into long sleeveless undertops (#53927) Reduces the time to create long_undertop_sleeveless from long_undertop from 1 h to 6 m, bringing the time in line with similar sleeved-to-sleeveless recipes. --- data/json/recipes/armor/torso.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/armor/torso.json b/data/json/recipes/armor/torso.json index e831c1a9d7d33..17ce1bfbcfd23 100644 --- a/data/json/recipes/armor/torso.json +++ b/data/json/recipes/armor/torso.json @@ -769,7 +769,7 @@ "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", - "time": "1 h", + "time": "6 m", "autolearn": true, "byproducts": [ [ "rag", 2 ] ], "qualities": [ { "id": "CUT", "level": 1 } ],