aboutsummaryrefslogtreecommitdiff
path: root/recipes.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-15 04:42:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-15 04:42:35 -0700
commitb0565749b50720d20f02fb7b455e741a4bd841ba (patch)
tree8cf187c49a14b9c73a6a3919e5f97e1601a35ec6 /recipes.json
parentRebalance maid stockings and vests (diff)
downloadcataclysm-dda-mod_battle-maid-redone-b0565749b50720d20f02fb7b455e741a4bd841ba.tar.xz
Fix maid vest recipe
Diffstat (limited to 'recipes.json')
-rw-r--r--recipes.json4
1 files 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] ]
]
},
{