From a52173d7269080b6061eae3341a289f1b597054a Mon Sep 17 00:00:00 2001 From: AsterAdelfa <44351888+AsterAdelfa@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:12:25 -0800 Subject: [PATCH] #56960 adding a furrier proficiency to wsurvivor Fixing issue from #56960 to add a proficiency (furrier) to something that uses fur in order to craft. --- data/json/recipes/armor/head.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/recipes/armor/head.json b/data/json/recipes/armor/head.json index 96912043b10b6..63cf542ca7f08 100644 --- a/data/json/recipes/armor/head.json +++ b/data/json/recipes/armor/head.json @@ -1214,6 +1214,7 @@ [ [ "duct_tape", 100 ] ] ], "proficiencies": [ + { "proficiency": "prof_millinery" }, { "proficiency": "prof_millinery" }, { "proficiency": "prof_leatherworking_basic" }, { "proficiency": "prof_plasticworking" },