From fbbbb41120e9579f814459a3f5ad07116ce18431 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Thu, 19 Sep 2024 18:58:08 -0500 Subject: [PATCH] fix: add pirate flag recipe I forgot to add to the Jolly Roger PR (#5385) --- data/json/recipes/armor/other.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/json/recipes/armor/other.json b/data/json/recipes/armor/other.json index 9abb4d78219e..b459a97dee2d 100644 --- a/data/json/recipes/armor/other.json +++ b/data/json/recipes/armor/other.json @@ -604,6 +604,17 @@ "using": [ [ "sewing_standard", 15 ], [ "drawing_tool", 20 ] ], "components": [ [ [ "rag", 30 ] ] ] }, + { + "result": "pirate_flag", + "type": "recipe", + "category": "CC_ARMOR", + "subcategory": "CSC_ARMOR_OTHER", + "skill_used": "tailor", + "time": "50 m", + "autolearn": true, + "using": [ [ "sewing_standard", 15 ], [ "drawing_tool", 20 ] ], + "components": [ [ [ "rag", 30 ] ] ] + }, { "result": "carbon_buckler", "type": "recipe",