summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 12:35:39 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 12:35:39 -0800
commitbd748e87ad79098991a44217a88472461730139d (patch)
treef8a0b4b9e84ef3b4ccc6fc3b026bc8540684c298
parentSort several fruit juices under drinks. (diff)
downloadcataclysm-bn-mod_recipe-fixes-bd748e87ad79098991a44217a88472461730139d.tar.xz
Convert leg ammo pouch recipe to use requirements.
-rw-r--r--json/recipes/armor/storage.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json
index b5a9399..af1bdb9 100644
--- a/json/recipes/armor/storage.json
+++ b/json/recipes/armor/storage.json
@@ -11,8 +11,8 @@
"autolearn": true,
"qualities": [ { "id": "SEW", "level": 1 } ],
"components": [
- [ [ "leather", 6 ], [ "rag", 6 ] ],
- [ [ "chestpouch", 2 ], [ "leather", 8 ], [ "rag", 8 ] ],
+ [ [ "fabric_standard", 6, "LIST" ], [ "fabric_hides_any", 6, "LIST" ] ],
+ [ [ "chestpouch", 2 ], [ "fabric_standard", 8 ], [ "fabric_hides_any", 8 ] ],
[ [ "filament", 8, "LIST" ] ]
]
}