From b0565749b50720d20f02fb7b455e741a4bd841ba Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 15 Sep 2020 04:42:35 -0700 Subject: Fix maid vest recipe --- recipes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes.json b/recipes.json index 1722134..37592fe 100644 --- a/recipes.json +++ b/recipes.json @@ -74,7 +74,7 @@ }, { "type" : "recipe", - "result": "kawaii_vest_armor", + "result": "kawaii_vest_tac", "category": "CC_ARMOR", "subcategory": "CSC_ARMOR_TORSO", "skill_used": "tailor", @@ -84,7 +84,7 @@ "using": [ [ "sewing_standard", 30 ] ], "components": [ [ ["kawaii_vest" , 1] ], - [ ["modularvestkevlar" , 1] ] + [ ["tacvest" , 1] ] ] }, { -- cgit v1.2.1